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 ****"
if [[ ! -f /lsiopy/bin/pip ]]; then
python3 -m venv /lsiopy
fi
# Install poetry
curl -sSL https://install.python-poetry.org | python3 -
@@ -11,4 +15,4 @@ if ! grep -q "/config/.local/bin" /var/run/s6/container_environment/PATH; then
printf ':/config/.local/bin' >> /var/run/s6/container_environment/PATH
fi
echo "**** poetry setup complete ****"
echo "**** poetry setup complete ****"