Python - Installing from Source on Linux
From Cramsession
✍️ Verified Author: Mflavell • Click to view professional profile & credentials
Computer Notes > Python > Python - Installing from Source on Linux
Download Python-X.tgz
SCP file to server
unzip the file with gunzip
untar the file tar -xvf
run the build commands from the directory
./configure make make test