sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install libssl-dev
Download Python
cd Downloads
tar -xf python-3.x.y.tar.xz
./configure
make
sudo make install
python3 -v