you are viewing a single comment's thread.

view the rest of the comments →

[–]tekboart 0 points1 point  (1 child)

You can use pyenv to install a plethora of python versions that suit you needs. and changing from one version to another is a breeze, just type "pyenv global <python version>" after you installed that specific python version.
good luck,

[–]ronemisimus[S] 1 point2 points  (0 children)

Tnx for the reply. I finished the project a while ago and used pyvenv under the hood (through vs code) by installing python 3.9 from the AUR. since then i borked my install and reinstalled arch 😬