Python2

From Chorke Wiki
Revision as of 08:47, 20 December 2023 by Shahed (talk | contribs) (Created page with "<source lang="bash"> sudo apt install build-essential libssl-dev git -y wget https://www.python.org/ftp/python/2.7.9/Python-2.7.9.tgz sudo tar xzf Python-2.7.9.tgz && cd Pytho...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
sudo apt install build-essential libssl-dev git -y
wget https://www.python.org/ftp/python/2.7.9/Python-2.7.9.tgz
sudo tar xzf Python-2.7.9.tgz && cd Python-2.7.9
sudo ./configure --enable-optimizations
sudo make altinstall

References