Install python version customs
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:
xis version of python
Install pip
curl -sS https://bootstrap.pypa.io/get-pip.py | python3