create venv

This commit is contained in:
aptalca
2025-01-08 12:04:10 -05:00
parent 28ffd64035
commit ae7e490207
@@ -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 -