Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 13921

How do I properly use my python environments?

$
0
0

So I have a kinda clumsy python environment like this:My Python environment in VScode

I feel like it's really messy and I just want one environment that's the default, and that should be whatever latest version of python there is. In the past I would just download the latest from python.org but I kinda want to automate that and just be like a brew update or smth. How can I delete my old python environments, set a new global one thats on python 3.12.2, and how should I install/upgrade py environments moving forward?

I tried looking on Stack Overflow for other answers and there was something called pyenv but that didn't really work out that well so I decided to give up on it.


Viewing all articles
Browse latest Browse all 13921

Trending Articles