Skip to content

Commit b81c0f7

Browse files
committed
Bug fix
Changes to be committed: modified: install
1 parent 9aec7d7 commit b81c0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ for d in Base Base/Library Data Extras Logs Ledger ; do
3131
done
3232

3333
if [ x$1 != 'xnopull' ] ; then
34-
python3 -m pip install --upgrade pip
34+
python3 -m pip install --upgrade pip --break-system-packages
3535

3636
for i in `cat requirements.txt` ; do
3737
# --break-system-packages

0 commit comments

Comments
 (0)