El martes, 10 de julio de 2018, 14:21:03 (UTC+2), Amit Wolecki escribió:
>
> I see, thanks Antonio for the fix! To make sure I get the big picture - 
> distro package will use system services (e.g. python and especially pip) 
> whereas the built from source installation has it's own compiled python env 
> and is thus independent of the system installed python env. Do I get that 
> right?
>
>
Yes, mostly right. Just note that sage uses a custom PYTHONUSERBASE, so 
packages installed with 'sage -pip --user' will only be available in sage 
and not in the system python. If you want a package to work both in sage 
and in regular python you should use 'pip2 install --user' directly 
instead. 

-- 
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