Skip to content

Commit

Permalink
GH #755 - Adding DEB_PYTHON_INSTALL_LAYOUT.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuch committed Oct 28, 2024
1 parent d101450 commit c05d278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/_install-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ curl https://bootstrap.pypa.io/get-pip.py | $(type -p $PY_BINARY)
$PY_BINARY -m pip install -U virtualenv==20.8.1 --break-system-packages

echo Installing virtualenv in $CURDIR
$PY_BINARY -m virtualenv $CURDIR
DEB_PYTHON_INSTALL_LAYOUT='deb' $PY_BINARY -m virtualenv $CURDIR

echo Activating virtualenv in $CURDIR
source $CURDIR/bin/activate
Expand Down

0 comments on commit c05d278

Please sign in to comment.