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

Commit 1cb260a

Browse files
author
Matthias Koeppe
committed
build/pkgs/sagelib/spkg-install: Remove --ignore-installed
1 parent 731ff53 commit 1cb260a

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
@@ -44,7 +44,7 @@ export SAGE_SHARE=/doesnotexist
4444
# export SAGE_DOC=/doesnotexist
4545

4646
if [ "$SAGE_EDITABLE" = yes ]; then
47-
time python3 -m pip install --ignore-installed --verbose --no-deps --no-index --no-build-isolation --isolated --editable . || exit 1
47+
time python3 -m pip install --verbose --no-deps --no-index --no-build-isolation --isolated --editable . || exit 1
4848
else
4949
time "$PYTHON" -u setup.py --no-user-cfg build install || exit 1
5050
fi

0 commit comments

Comments
 (0)