Bonjour,
Cette liste est plutôt anglophone (voir les réponses). Il y a deux
erreurs dans votre programme.
Premièrement, il ne faut pas mettre de "\" à la fin des lignes.
Ensuite, le signe de comparaison est "==" et non pas "=".
Je vous conseille de regarder un livre sur la programmation en
Pyt
On Sat, 19 Jan 2019 21:08 Chris Brav Unfortunately I have been unable to get sage running directly from a
> terminal on Mac. sudo ln -s /path/to/SageMath/sage /usr/local/bin/sage
> didn't work for me.
>
Why would you need "ln"?
Can't you simply start Sage in Terminal as /path/to/SageMath/sage
Thanks! Now it works with macaulay2.
As for ln, I was following the directions in the install directions. I'll
sort that out separately.
On Sunday, January 20, 2019 at 12:12:32 PM UTC+3, Dima Pasechnik wrote:
>
>
>
> On Sat, 19 Jan 2019 21:08 Chris Brav
> wrote:
>
>> Unfortunately I have been
On Sun, Jan 20, 2019 at 9:16 AM Chris Brav wrote:
>
> Thanks! Now it works with macaulay2.
>
> As for ln, I was following the directions in the install directions. I'll
> sort that out separately.
How that "ln" was failing? If it's indeed a problem (MacOSX is very
much a moving target) we shoul
Two related problems.
1) In finder, the sage icon is labeled SageMath-8.5. I thought I could
change it to just Sage, to be less awkward, but that breaks it for some
reason, causing a complaint that I'm trying to open an uninstalled tarball.
(I don't seem to have any such tarball.)
2) When I r
On Sun, Jan 20, 2019 at 9:41 AM Chris Brav wrote:
>
> Two related problems.
>
> 1) In finder, the sage icon is labeled SageMath-8.5. I thought I could change
> it to just Sage, to be less awkward, but that breaks it for some reason,
> causing a complaint that I'm trying to open an uninstalled ta
OK, thanks. I've just added
alias sage="/Applications/SageMath-8.5.app/sage"
to .bash_profile, and everything is working smoothly.
Sorry that this turned out to be not a sage question but a pseudo-Unix
question.
On Sunday, January 20, 2019 at 12:41:55 PM UTC+3, Chris Brav wrote:
>
> Two