File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -289,8 +289,6 @@ sdh_pip_install() {
289
289
290
290
sdh_pip_editable_install () {
291
291
echo " Installing $PKG_NAME (editable mode)"
292
- # Until https://github.com/sagemath/sage/issues/34209 switches us to PEP 660 editable wheels
293
- export SETUPTOOLS_ENABLE_FEATURES=legacy-editable
294
292
python3 -m pip install --verbose --no-deps --no-index --no-build-isolation --isolated --editable " $@ " || \
295
293
sdh_die " Error installing $PKG_NAME "
296
294
}
Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ if [ "$SAGE_EDITABLE" = yes ]; then
51
51
# and renamed the distribution to "sagemath-standard"). There is no clean way to uninstall
52
52
# them, so we just use rm.
53
53
(cd "$SITEPACKAGESDIR" && rm -rf sage sage-[1-9]*.egg-info sage-[1-9]*.dist-info)
54
+ # Until https://github.com/sagemath/sage/issues/34209 switches us to PEP 660 editable wheels
55
+ export SETUPTOOLS_ENABLE_FEATURES=legacy-editable
54
56
time sdh_pip_editable_install .
55
57
56
58
if [ "$SAGE_WHEELS" = yes ]; then
You can’t perform that action at this time.
0 commit comments