Merge pull request #1004 from linuxserver/code-server-python3-poetry-venv

create venv
This commit is contained in:
aptalca
2025-01-12 19:50:41 -05:00
committed by GitHub
@@ -2,6 +2,10 @@
echo "**** Setting up poetry ****" echo "**** Setting up poetry ****"
if [[ ! -f /lsiopy/bin/pip ]]; then
python3 -m venv /lsiopy
fi
# Install poetry # Install poetry
curl -sSL https://install.python-poetry.org | python3 - curl -sSL https://install.python-poetry.org | python3 -