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.
2 parents c209718 + 09b4ce3 commit 28ffd64Copy full SHA for 28ffd64
root/etc/s6-overlay/s6-rc.d/init-mod-code-server-python3-poetry-install/run
@@ -7,8 +7,8 @@ curl -sSL https://install.python-poetry.org | python3 -
7
8
# Add poetry to the path
9
echo "**** ensuring poetry is in PATH ****"
10
-if ! grep -q "$HOME/.local/bin" /var/run/s6/container_environment/PATH; then
11
- printf ':$HOME/.local/bin' >> /var/run/s6/container_environment/PATH
+if ! grep -q "/config/.local/bin" /var/run/s6/container_environment/PATH; then
+ printf ':/config/.local/bin' >> /var/run/s6/container_environment/PATH
12
fi
13
14
echo "**** poetry setup complete ****"
0 commit comments