Skip to content

Commit

Permalink
use system-site-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
schorschii committed Dec 3, 2024
1 parent dc8005b commit b6a6f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/deb/laps4linux-runner/DEBIAN/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ set -e
DIR=/usr/share/laps4linux-runner

# create system-wide venv and install python libraries via pip
python3 -m venv $DIR/venv
python3 -m venv --system-site-packages $DIR/venv
$DIR/venv/bin/pip3 install --upgrade $DIR
$DIR/venv/bin/pip3 uninstall -y pip

0 comments on commit b6a6f8f

Please sign in to comment.