[misc] move py3 to optim folder
This commit is contained in:
parent
12499a1de8
commit
3a96b49899
12
python/py3.sh
Executable file
12
python/py3.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
# install python3.8
|
||||
sudo add-apt-repository ppa:deadsnakes/ppa
|
||||
sudo apt-get update
|
||||
sudo apt-get install python3.8
|
||||
|
||||
# install pip and other distutils
|
||||
sudo apt install python3.8-distutils
|
||||
sudo python3.8 -m pip install --upgrade pip setuptools wheel
|
Loading…
Reference in New Issue
Block a user