First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.

click to hide/show revision 2
No.2 Revision

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?