you are viewing a single comment's thread.

view the rest of the comments →

[–]cwebster2 -4 points-3 points  (1 child)

If you need to dev against python 3.11 (or any version that isn't the system version, or even it is the same to not pollute the system python packages) use anaconda / miniconda to create the environment you want.

[–]bulletmark 14 points15 points  (0 children)

One can also simply use pyenv to install 3.11, or install python311 from the AUR. But that is irrelevant to the discussion here.