Ask Your Question

frankc's profile - activity

2019-05-18 11:55:08 +0200 answered a question ImportError: No module named 'sage'

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