Ask Your Question

Flips's profile - activity

2020-09-10 19:35:15 +0200 received badge  Student (source)
2020-09-10 19:16:43 +0200 asked a question texshop conda

Someone could produce a sage.engine for texshop in order to run the sagetex if it was installed by conda?

I tried to call sage including sage -root in the path and changing sage.engine to

then
   echo Running Sage, please wait a moment...
   # New versions of Sage cannot be renamed; thus users need to read the
   # documentation in ~/TeXShop/Engines/Inactive/Sage whenever they update Sage;
   # for instance, the line below must contain the current name of Sage
    /opt/anaconda3/envs/sage/bin/sage "$sagename"
    pdflatex --file-line-error --synctex=1 "$filename"
else

but give the error

Running Sage, please wait a moment... Error: You must set the SAGE_ROOT environment variable or run this script from the SAGE_ROOT or SAGE_ROOT/local/bin/ directory. Error setting environment variables by sourcing '/opt/anaconda3/envs/sage/bin/sage-env'; possibly contact sage-devel (see h t t p ://groups.google.com/group/sage-devel).

Thanks

2020-04-14 14:01:21 +0200 answered a question Is it possible to update the Sage Python?

sage -sh pip freeze --local| grep -v '^-e' | cut -d = -f 1 | xargs pip install -U

2019-12-24 22:50:43 +0200 received badge  Necromancer (source)
2019-12-24 22:50:43 +0200 received badge  Teacher (source)
2018-10-22 22:52:46 +0200 commented question How to install cantera on SAGE (OS X)?

Finally! I solved the problem.

Installing the miniconda

install sage

install cantera in the sage environment.

Thank you all.

Filipe

PS. Cantera will run well but it seems that sage is running with python3 and so there are some problems (plot3D, list_plot, zip etc.)

2017-05-08 13:36:14 +0200 commented answer How to install nbextensions for Jupyter notebook in Sagemath

Thanks, worked