Skip to content

Commit 919f4ce

Browse files
committed
fixes
1 parent 6c25ba5 commit 919f4ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vm-scripts/install-bota.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
sudo apt-get update
44
# Install required packages and dependencies
55
sudo apt install -y python3-pip
6-
python3 -m pip install --upgrade bota
7-
alias python=python3
6+
python3 -m pip install --break-system-packages --upgrade bota
7+
88
echo "alias python=python3" >> ~/.bashrc
99
# Temporary fix due for this bug, https://stackoverflow.com/questions/79196464/react-js-failed-to-compile-unexpected-end-of-json-input-error, in next 1 year, on new node version release, remove this code
1010
sudo npm install -g n

0 commit comments

Comments
 (0)