-
-
Save Dan0sz/8434459ac5cfb32cc5ee82d1e61f2087 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Compile Python | |
cd Python-2.7.13 | |
sudo ./configure --enable-optimizations | |
sudo make altinstall | |
# Check Version | |
python2.7 -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment