Skip to content

Instantly share code, notes, and snippets.

@a1mzone
Last active January 5, 2024 08:27
Show Gist options
  • Save a1mzone/c73ac08c84eeebba75f06b51fc843f48 to your computer and use it in GitHub Desktop.
Save a1mzone/c73ac08c84eeebba75f06b51fc843f48 to your computer and use it in GitHub Desktop.
Python
git clone https://github.com/python/cpython
git checkout <version>
./configure --enable-optimizations
make -j8
sudo make altinstall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment