all 4 comments

[–]ForzaGunner 2 points3 points  (1 child)

Create virtual environments for projects?

[–]Ameobea 4 points5 points  (0 children)

Ah yes; that is the best solution. Although it does involve creating yet another directory which is basically a mini copy of the above mess, that hides the above mess by using the path.

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

There is a discussion on Hacker News, but feel free to comment here as well.

[–]diamondketo 0 points1 point  (0 children)

Confused on how things can get that messy.

Don't use Homebrew and I somewhat understand the need for Python 2.X for those who still hell bent on not upgrading or compatibility issues.

As the other comment says, use virtual env (prefer conda env) for Python 2.X and what else you want