We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ffd64 commit ae7e490Copy full SHA for ae7e490
root/etc/s6-overlay/s6-rc.d/init-mod-code-server-python3-poetry-install/run
@@ -2,6 +2,10 @@
2
3
echo "**** Setting up poetry ****"
4
5
+if [[ ! -f /lsiopy/bin/pip ]]; then
6
+ python3 -m venv /lsiopy
7
+fi
8
+
9
# Install poetry
10
curl -sSL https://install.python-poetry.org | python3 -
11
@@ -11,4 +15,4 @@ if ! grep -q "/config/.local/bin" /var/run/s6/container_environment/PATH; then
15
printf ':/config/.local/bin' >> /var/run/s6/container_environment/PATH
12
16
fi
13
17
14
-echo "**** poetry setup complete ****"
18
+echo "**** poetry setup complete ****"
0 commit comments