We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8005b commit b6a6f8fCopy full SHA for b6a6f8f
installer/deb/laps4linux-runner/DEBIAN/postinst
@@ -9,6 +9,6 @@ set -e
9
DIR=/usr/share/laps4linux-runner
10
11
# create system-wide venv and install python libraries via pip
12
-python3 -m venv $DIR/venv
+python3 -m venv --system-site-packages $DIR/venv
13
$DIR/venv/bin/pip3 install --upgrade $DIR
14
$DIR/venv/bin/pip3 uninstall -y pip
0 commit comments