mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
circleci update python install
This commit is contained in:
parent
71e9ccd001
commit
144cf0a165
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ aliases:
|
||||||
command: |
|
command: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install software-properties-common
|
sudo apt install software-properties-common
|
||||||
sudo add-apt-repository ppa:deadsnakes/ppa -y
|
sudo add-apt-repository -y ppa:deadsnakes/ppa
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install python3.8
|
sudo apt install python3.8
|
||||||
curl https://bootstrap.pypa.io/2.7/get-pip.py -o get-pip.py
|
curl https://bootstrap.pypa.io/2.7/get-pip.py -o get-pip.py
|
||||||
|
|
Loading…
Reference in a new issue