Location of Sage packages?
Where does Sage store its Python packages?
asked 2011-07-12 14:38:06 +0100
Anonymous
Where does Sage store its Python packages?
Try the shell command "sage -sh
" and then "echo $PYTHONHOME
" and "echo $PYTHONPATH
". If this doesn't give enough information, have a look at this SO question about retreiving python module path from within python. You should be able to use that technique inside sage to find what you need.
Does this address your question, or have I misunderstood?
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2011-07-12 14:38:06 +0100
Seen: 489 times
Last updated: Jul 12 '11
import sage packages in python
Will upgrading to Python 3.x on my system break Sage?
Using Sage in a Python CGI script
from sage.all import * results in libcsage.so "cannot open shared object file" error
Using Psycopg2 and other libraries in sage
Python thing that doesn't work in Sage, works in pure Python
Please clarify your question. Do you mean "where is the Python code installed"? Do you mean "Where are the standard spkg's when building Sage from source?" Do you mean, "where on the website can I find links to Python packages?" I just don't even know what you're asking.