switch python version

Hello, my installation came with python 3.13 installed, but I need 3.11. I managed to install 3.11 with homebrew, but I don't find a way to uninstall 3.13 or switch the active. My searches on the Internet always land me on homebrew or dnf.
Solution:
Use venv and/or a distrobox for specific python needs
Jump to solution
2 Replies
Solution
biebel
biebel4w ago
Use venv and/or a distrobox for specific python needs
Wolle
WolleOP4w ago
Thank you for you quick answer! I'll try it via distroshelf now.

Did you find this page helpful?