| 1 | initial version |
Depending how you installed Sage, Sage's Python might not be the system Python.
Installing Python packages for one Python does not install them for the other one.
To install the desired package for Sage's Python:
sage --pip install python-ternary
| 2 | No.2 Revision |
Depending how you installed Sage, Sage's Python might not be the system Python.
Installing Python packages for one Python does not install them for the other one.
Beware also that there are two different packages on PyPI with similar names:
I think you want the second one.
To install the desired package for Sage's Python:
sage --pip install python-ternary
If you installed the other one, you may want to uninstall it:
sage --pip uninstall ternary
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.