Install python version customs

less than 1 minute read

The script install python:

apt update
apt upgrade -y

apt install -y software-properties-common
add-apt-repository ppa:deadsnakes/ppa

apt update
apt install -y python3.x
apt install python3.x-distutils

Note: x is version of python

Install pip

curl -sS https://bootstrap.pypa.io/get-pip.py | python3