First time here? Check out the FAQ!

Ask Your Question
0

Location of Sage packages?

asked 13 years ago

anonymous user

Anonymous

Where does Sage store its Python packages?

Preview: (hide)

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 ( 13 years ago )

1 Answer

Sort by » oldest newest most voted
1

answered 13 years ago

niles gravatar image

updated 13 years ago

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?

Preview: (hide)
link

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: 13 years ago

Seen: 502 times

Last updated: Jul 12 '11