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

Commit

Permalink
Use src/setup.py for the installation mode --disable-editable --disab…
Browse files Browse the repository at this point in the history
…le-wheels
  • Loading branch information
mkoeppe committed Oct 5, 2022
1 parent 368f505 commit 8a3b586
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/pkgs/sagelib/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ if [ $? -ne 0 ]; then
exit 1
fi

if [ "$SAGE_EDITABLE" = yes ]; then
if [ "$SAGE_EDITABLE" = yes -o "$SAGE_WHEELS" != yes ]; then
# Editable install or legacy direct install
cd "$SAGE_SRC"
else
# Wheel build, eventually modularized
cd src
# Trac #34181: Do not allow scripts with shebang lines from old
# venvs leak into new venvs. (Changes only seem to be necessary
Expand Down

0 comments on commit 8a3b586

Please sign in to comment.