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 3f0c4bc commit ea2ba69Copy full SHA for ea2ba69
src/plugins/terminal/scripts/init-alpine.sh
@@ -73,6 +73,7 @@ export PATH=\$PATH:/bin:/sbin:/usr/bin:/usr/sbin:/usr/share/bin:/usr/share/sbin:
73
export HOME=/home
74
export TERM=xterm-256color
75
export SHELL=\$(command -v bash)
76
+export PIP_BREAK_SYSTEM_PACKAGES=1
77
78
if [ -s /etc/acode_motd ]; then
79
cat /etc/acode_motd
0 commit comments