First time here? Check out the FAQ!
answered 13 years ago
If you run sage -sh, then you can use easy_install to install whatever you want. If you have a source tarball and need to run python setup.py install, just do sage -python setup.py install and it will install it into Sage's Python environment.
sage -sh
easy_install
python setup.py install
sage -python setup.py install