You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vm-scripts/install-bota.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
sudo apt-get update
4
4
# Install required packages and dependencies
5
5
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
+
8
8
echo"alias python=python3">>~/.bashrc
9
9
# 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
0 commit comments