I need to install python 3.11. But I have other tools, cadquery and such that I’m currently working on, that are all using 3.9, and so I don’t want to mess with anything that might screw them up.
So I guess it’s not really an update so much as needing both versions in parallel.
I am not clear if I’m supposed to somehow install a unique venv that contains python 3.11, or just install it systemwide, and then somehow tell the system that when using this specific venv, use a different version of python.
Any tips appreciated.