Location of Sage packages?
Where does Sage store its Python packages?
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?
Asked: 13 years ago
Seen: 519 times
Last updated: Jul 12 '11
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.