Skip to content

Commit

Permalink
create venv
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Jan 8, 2025
1 parent 28ffd64 commit ae7e490
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 -

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

0 comments on commit ae7e490

Please sign in to comment.