Jump to content
This is a brand new site so content is lacking. You can help by adding content. Staff will add content over time.

Install different Python versions on Arch based distros

(0 reviews)

So I use stuff that requires older versions of python, problem is newer distros comes with the newest version which at this moment is 3.13 and I need 3.11.

The solution is simple. Run the following command to install any version.

yay -S python311
python3.11 --version
python3.11 -m venv env

Replacing the version number with the one you need.


User Feedback

Create an account or sign in to leave a review

There are no reviews to display.