Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Partly revert "Enable editable mode also for other sage packages"
Browse files Browse the repository at this point in the history
This partly reverts commit b9b1dba.
  • Loading branch information
tobiasdiez committed Oct 26, 2021
1 parent 89bc3ee commit 7bd6ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/sagelib/spkg-install
Expand Up @@ -49,7 +49,7 @@ if [ "$SAGE_EDITABLE" = yes ]; then
# and renamed the distribution to "sagemath-standard"). There is no clean way to uninstall
# them, so we just use rm.
(cd "$SITEPACKAGESDIR" && rm -rf sage sage_setup sage-[1-9]*.egg-info sage-[1-9]*.dist-info)
time sdh_pip_editable_install . || exit 1
time python3 -m pip install --verbose --no-deps --no-index --no-build-isolation --isolated --editable . || exit 1
else
# Likewise, we should remove the egg-link that may have been installed previously.
(cd "$SITEPACKAGESDIR" && rm -f sagemath-standard.egg-link)
Expand Down

0 comments on commit 7bd6ce4

Please sign in to comment.