First time here? Check out the FAQ!
answered 2019-05-17 19:44:50 +0100
For those asking how to run sage if you have anaconda in your path, you can do something like (in bash):
eval PATH=$(echo $PATH | sed -r 's|([:/])[^:]*anaconda3?/bin:|\1|g') sage