create venv

This commit is contained in:
aptalca 2025-01-08 12:04:10 -05:00
parent 28ffd64035
commit ae7e490207
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548

View File

@ -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 ****"