- 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.
Please sign in to comment
You will be able to leave a comment after signing in
Sign In NowThere are no reviews to display.