-
Notifications
You must be signed in to change notification settings - Fork 3
fragile SAGE_LIB in setup.py #5
Copy link
Copy link
Open
Description
The assumption about the localtion of SAGE_LIB might be wrong
SAGE_LIB = f"{SAGE_LOCAL}/lib/python{PYTHON_VERSION}/site-packages"
On my system the compiled version of sage does not satisfy the above
$ sage-dev -python -c 'from sage.env import SAGE_LOCAL, SAGE_LIB; print(f"{SAGE_LOCAL}\n{SAGE_LIB}")'
/opt/sage/local
/opt/sage/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages
Part of openjournals/joss-reviews#3996
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels