Ask Your Question

Revision history [back]

I usually install new python packages in Sage via ./sage --python -m easy_install <package_name>. Have you tried this? (if it is successful, any new sage notebook will reconigse import <package_name>).

I usually install new python packages in Sage via ./sage --python -m easy_install <package_name>. Have you tried this? (if it is successful, any new sage notebook will reconigse recognise import <package_name>).

I usually install new python packages in Sage via ./sage --python -m easy_install <package_name>. (no sudo needed). Have you tried this? (if it is successful, any new sage notebook will recognise import <package_name>).

I usually install new python packages in Sage via ./sage --python -m easy_install <package_name> (no sudo needed). Have you tried this? (if it is successful, any new sage notebook will recognise import <package_name>).). Also, which version of sage are you using?