Skip to content

Commit b6a6f8f

Browse files
committed
use system-site-packages
1 parent dc8005b commit b6a6f8f

File tree

1 file changed

+1
-1
lines changed
  • installer/deb/laps4linux-runner/DEBIAN

1 file changed

+1
-1
lines changed

installer/deb/laps4linux-runner/DEBIAN/postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ set -e
99
DIR=/usr/share/laps4linux-runner
1010

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

0 commit comments

Comments
 (0)