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

Commit 7bd6ce4

Browse files
committed
Partly revert "Enable editable mode also for other sage packages"
This partly reverts commit b9b1dba.
1 parent 89bc3ee commit 7bd6ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pkgs/sagelib/spkg-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if [ "$SAGE_EDITABLE" = yes ]; then
4949
# and renamed the distribution to "sagemath-standard"). There is no clean way to uninstall
5050
# them, so we just use rm.
5151
(cd "$SITEPACKAGESDIR" && rm -rf sage sage_setup sage-[1-9]*.egg-info sage-[1-9]*.dist-info)
52-
time sdh_pip_editable_install . || exit 1
52+
time python3 -m pip install --verbose --no-deps --no-index --no-build-isolation --isolated --editable . || exit 1
5353
else
5454
# Likewise, we should remove the egg-link that may have been installed previously.
5555
(cd "$SITEPACKAGESDIR" && rm -f sagemath-standard.egg-link)

0 commit comments

Comments
 (0)