void-packages/srcpkgs/sagemath/files/sage-env-config
Gonzalo Tornaría 950170e4f9 sagemath: update to 9.7.
Closes: #39876 [via git-merge-pr]
2022-10-31 11:27:33 -04:00

6 lines
205 B
Text

# configure PATH using sage script location
export PATH="$(dirname $SELF):$PATH"
# if SAGE_VENV is set, the script sage-env will prepend
# "$SAGE_VENV/bin" to the PATH, which is undesired
unset SAGE_VENV