Last active
January 5, 2024 08:27
-
-
Save a1mzone/c73ac08c84eeebba75f06b51fc843f48 to your computer and use it in GitHub Desktop.
Python
This file contains hidden or 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
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