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.
Create an account or sign in to leave a review
There are no reviews to display.