Recommended way to manage several installed versions of Python (macOS)

Posted by Blakk_exe@reddit | Python | View on Reddit | 74 comments

When I use VS Code and select a version of Python on macOS, I have the following versions:

I believe having this many versions of Python in different locations messes me up when trying to install packages (i.e. using brew vs pip3 vs pyenv), so I'm wondering what the best way is to clean this up and make package + version management easier?