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.
A collaborative research blog.
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.