Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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>).

click to hide/show revision 2
No.2 Revision

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>).

click to hide/show revision 3
No.3 Revision

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>).

click to hide/show revision 4
No.4 Revision

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?