Skip to content

Commit ea2ba69

Browse files
fix: pip (#1617)
* fix: pip * Update init-alpine.sh
1 parent 3f0c4bc commit ea2ba69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/terminal/scripts/init-alpine.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export PATH=\$PATH:/bin:/sbin:/usr/bin:/usr/sbin:/usr/share/bin:/usr/share/sbin:
7373
export HOME=/home
7474
export TERM=xterm-256color
7575
export SHELL=\$(command -v bash)
76+
export PIP_BREAK_SYSTEM_PACKAGES=1
7677
7778
if [ -s /etc/acode_motd ]; then
7879
cat /etc/acode_motd

0 commit comments

Comments
 (0)