Python - Installing from Source on Linux

From Cramsession
Revision as of 20:24, 28 October 2025 by Mflavell (talk | contribs) (Created page with "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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
✍️ Verified Author: MflavellClick 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