Installing Python modules for Sage

This is more of a note to myself, but:
sage -python -m easy_install foo
will use easy_install (from Python setuptools) to install the python module foo in the correct place for Sage to find it.

Leave a Reply

You must be logged in to post a comment.