mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-02-04 20:49:31 +08:00
create venv
This commit is contained in:
parent
28ffd64035
commit
ae7e490207
@ -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 ****"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user