Skip to content

Commit 5394316

Browse files
committed
fixes
1 parent 35805fa commit 5394316

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

vm-scripts/install-bota.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ sudo apt-get update
44
# Install required packages and dependencies
55
sudo apt install -y python3-pip
66
python3 -m pip install --upgrade bota
7-
7+
alias python=python3
8+
echo "alias python=python3" >> ~/.bashrc
89
# 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
910
sudo npm install -g n
1011
sudo n 22.14.0

vm-scripts/install-scraper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sudo apt-get update
1414
sudo apt install -y python3-pip
1515
python3 -m pip install --upgrade bota
1616
alias python=python3
17-
17+
echo "alias python=python3" >> ~/.bashrc
1818
# 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
1919
sudo npm install -g n
2020
sudo n 22.14.0

vm-scripts/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ sudo apt install python3-pip # to run python -m commands
55

66
# Install Chrome dependencies
77
sudo apt-get install -y wget gnupg2 apt-transport-https ca-certificates software-properties-common && sudo rm -rf /var/lib/apt/lists/*
8-
8+
alias python=python3
9+
echo "alias python=python3" >> ~/.bashrc
910
# 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
1011
sudo npm install -g n
1112
sudo n 22.14.0

0 commit comments

Comments
 (0)