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

Commit

Permalink
build/pkgs/sagelib/spkg-install: In non-editable mode, Use sdh_pip_in…
Browse files Browse the repository at this point in the history
…stall instead of 'setup.py install'
  • Loading branch information
Matthias Koeppe committed Nov 15, 2021
1 parent 50dd26c commit b5c40a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/sagelib/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if [ "$SAGE_EDITABLE" = yes ]; then
else
# Likewise, we should remove the egg-link that may have been installed previously.
(cd "$SITEPACKAGESDIR" && rm -f sagemath-standard.egg-link)
time python3 -u setup.py --no-user-cfg build install || exit 1
time sdh_pip_install .
fi

if [ "$UNAME" = "CYGWIN" ]; then
Expand Down

0 comments on commit b5c40a8

Please sign in to comment.