mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-20 10:21:36 -04:00
create venv
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
|
||||
echo "**** Setting up poetry ****"
|
||||
|
||||
if [[ ! -f /lsiopy/bin/pip ]]; then
|
||||
python3 -m venv /lsiopy
|
||||
fi
|
||||
|
||||
# Install poetry
|
||||
curl -sSL https://install.python-poetry.org | python3 -
|
||||
|
||||
|
||||
Reference in New Issue
Block a user