You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compile the source code using the make command with parallel processing (e.g., using 8 threads):Compile the source code using the make command with parallel processing (e.g., using 8 threads):
make -j8
Install the configured Python version system-wide, which may require administrative privileges:
sudo make altinstall
Verify the successful installation by running Python and pip from the newly built version:
cd
./.python3.9/bin/python3.9
./.python3.9/bin/pip3.9
Add the Python executable directory to your PATH environment variable for convenient access by modifying your .bashrc: