Skip to content

Commit

Permalink
install python3 explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeevPavel committed Oct 31, 2024
1 parent d0bc481 commit 29deebf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion script/prepare_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ apt-get install gcc-9 g++-9 -y
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-9
update-alternatives --config gcc

apt-get install git python wget -y
apt-get install git python3 wget -y
apt-get install ninja-build fontconfig libfontconfig1-dev libglu1-mesa-dev curl zip -y
2 changes: 1 addition & 1 deletion script/prepare_linux_arm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export DEBIAN_FRONTEND=noninteractive
apt-get update -y
apt-get install binutils build-essential -y
apt-get install software-properties-common -y
apt-get install python git fontconfig libfontconfig1-dev libglu1-mesa-dev curl wget -y
apt-get install python3 git fontconfig libfontconfig1-dev libglu1-mesa-dev curl wget -y
apt-get install clang -y
2 changes: 1 addition & 1 deletion script/prepare_linux_wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export DEBIAN_FRONTEND=noninteractive
apt-get update -y
apt-get install binutils build-essential -y
apt-get install software-properties-common -y
apt-get install python git curl wget -y
apt-get install python3 git curl wget -y

0 comments on commit 29deebf

Please sign in to comment.