2016-04-17 22:12:33 UTC+2, [email protected] on sage-support: > > I use Mac 10.10.4. > > The other day, sage worked. > When I coded > $./sage > in the directory /SageMath in terminal, > sage popped up and I could use it. > > But now, if I do the same thing, or if I run the following command, > > students-MacBook-Pro:SageMath student$ pwd >> /Users/student/SageMath >> students-MacBook-Pro:SageMath student$ ./sage >> students-MacBook-Pro:SageMath student$ > > > Then, nothing happens. > > > I wonder what is wrong and how to fix it. >
Maybe the correct directory is /Applications/SageMath? You could search for "sage" to check where it is located. Then I would recommend putting a symbolic link to the `sage` executable somewhere in your PATH, for instance, assuming the executable is at /Applications/SageMath/sage, do $ sudo ln -s /Applications/SageMath/sage /usr/local/bin/sage and then you can launch Sage from any Terminal window by just typing $ sage -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
