First time here? Check out the FAQ!
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