Skip to content

Commit

Permalink
GH #755 - Handle system packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuch committed May 26, 2024
1 parent b4d0d29 commit 496ce61
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 @@ -36,7 +36,7 @@ then
fi

curl https://bootstrap.pypa.io/get-pip.py | $(type -p $PY_BINARY)
$PY_BINARY -m pip install -U virtualenv==20.8.1
$PY_BINARY -m pip install -U virtualenv==20.8.1 --break-system-packages

echo Installing virtualenv in $CURDIR
$PY_BINARY -m virtualenv $CURDIR
Expand Down

0 comments on commit 496ce61

Please sign in to comment.