Ask Your Question
0

Location of Sage packages?

asked 2011-07-12 14:38:06 +0200

anonymous user

Anonymous

Where does Sage store its Python packages?

edit retag flag offensive close merge delete

Comments

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.

William Stein gravatar imageWilliam Stein ( 2011-07-12 14:42:16 +0200 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2011-07-12 14:51:15 +0200

niles gravatar image

updated 2011-07-12 14:52:54 +0200

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?

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2011-07-12 14:38:06 +0200

Seen: 407 times

Last updated: Jul 12 '11