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