| 1 | initial version |
Regarding your trouble understanding what happens when you type sage in a terminal:
which sage to try to figure out what gets run when you type sageecho $PATH to check what other locations are searched before /usr/local/bin.bashrc or .bash_profile or .bash_aliasesif the ln -s command you ran did not succeed, try with
sudo ln -sf /SageMath8.1/sage /usr/local/bin
| 2 | No.2 Revision |
Regarding your trouble understanding what happens when you type sage in a terminal:
which sage to try to figure out what gets run when you type sageecho $PATH to check what other locations are searched before /usr/local/bin.bashrc or .bash_profile or .bash_aliases
(see this blog post about .bashrc and others)if the ln -s command you ran did not succeed, it might be either because there
already is such an alias there, or because of a permissions problem; try with
sudo ln -sf /SageMath8.1/sage
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.