- Distro: Arch
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.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.