Python - Installing from Source on Linux

From Cramsession
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials

Computer Notes > Python > Python - Installing from Source on Linux

1) Download Python-X.tgz

2) SCP file to server

3) Unzip the file with gunzip

4) Untar the file tar -xvf

5) run the build commands from the directory

   ./configure
   make
   make test