[misc] move py3 to optim folder

This commit is contained in:
Klesh Wong 2020-09-22 09:52:02 +08:00
parent 12499a1de8
commit 3a96b49899

12
python/py3.sh Executable file
View 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