Python - Installing from Source on Linux: Difference between revisions

From Cramsession
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials
No edit summary
No edit summary
 
Line 1: Line 1:
[[Computer Notes]] > [[Python]] > Python - Installing from Source on Linux
[[Computer Notes]] > [[Python]] > [[Python - Installing from Source on Linux]]


1) Download Python-'''X'''.tgz
1) Download Python-'''X'''.tgz

Latest revision as of 18:05, 11 November 2025

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