On Thursday, January 10, 2019 at 9:38:15 AM UTC-6, vdelecroix wrote:
>
> Could you repeat the order in which things are broken. 
>

Any of the following sequences of commands will install both the SnapPy 
Python package and SageMath without producing any errors:

0) install python2 and python-pip 
1) install snappy via pip 
2) install sagemath via apt 

and 

1) install sagemath via apt 
2) install snappy via pip

and 

1) install sagemath via apt 
2) source sage-env and install snappy via pip 

Independent of which route one takes above both of the following commands 
will succeed:

A) sage -python -c "import snappy"
B) source  /usr/share/sagemath/bin/sage-env; python -c "import snappy"

and this will always fail:

C) python -c "import snappy"

Best,

Nathan



-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to