File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ DIR=/usr/share/laps4linux-client
1010
1111# create system-wide venv and install python libraries via pip
1212python3 -m venv --system-site-packages $DIR /venv
13+ $DIR /venv/bin/pip3 install --upgrade setuptools==80.8.0
1314$DIR /venv/bin/pip3 install --upgrade $DIR [barcode]
1415$DIR /venv/bin/pip3 uninstall -y pip
1516
Original file line number Diff line number Diff line change @@ -10,5 +10,6 @@ DIR=/usr/share/laps4linux-runner
1010
1111# create system-wide venv and install python libraries via pip
1212python3 -m venv --system-site-packages $DIR /venv
13+ $DIR /venv/bin/pip3 install --upgrade setuptools==80.8.0
1314$DIR /venv/bin/pip3 install --upgrade $DIR
1415$DIR /venv/bin/pip3 uninstall -y pip
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ if [[ "$(python3 --version)" == "Python 3.0"* ]] \
5353 fi
5454fi
5555$PYTHON_BIN -m venv --system-site-packages --clear $DIR /venv
56+ $DIR /venv/bin/pip3 install --upgrade setuptools==80.8.0
5657$DIR /venv/bin/pip3 install --upgrade pip==25.0.0
5758$DIR /venv/bin/pip3 install --upgrade $DIR [barcode]
5859$DIR /venv/bin/pip3 uninstall -y pip
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ if [[ "$(python3 --version)" == "Python 3.0"* ]] \
5353 fi
5454fi
5555$PYTHON_BIN -m venv --system-site-packages --clear $DIR /venv
56+ $DIR /venv/bin/pip3 install --upgrade setuptools==80.8.0
5657$DIR /venv/bin/pip3 install --upgrade pip==25.0.0
5758$DIR /venv/bin/pip3 install --upgrade $DIR
5859$DIR /venv/bin/pip3 uninstall -y pip
You can’t perform that action at this time.
0 commit comments