Skip to content

Instantly share code, notes, and snippets.

@Dan0sz
Created February 4, 2022 22:16
Show Gist options
  • Save Dan0sz/8434459ac5cfb32cc5ee82d1e61f2087 to your computer and use it in GitHub Desktop.
Save Dan0sz/8434459ac5cfb32cc5ee82d1e61f2087 to your computer and use it in GitHub Desktop.
# 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