| ▲ | fudged71 8 hours ago | ||||||||||||||||
Homebrew also started preventing you from installing any packages system-wide with pip | |||||||||||||||||
| ▲ | woodruffw 6 hours ago | parent | next [-] | ||||||||||||||||
This is true, but also misleading: Homebrew did what every major "distro-level" package manager did, which was conform to PEP 668[1]. (This, as it turns out, was a great idea. A single global shared environment that pip used by default was one of the single greatest sources of user frustration in Python.) | |||||||||||||||||
| ▲ | kstrauser 6 hours ago | parent | prev [-] | ||||||||||||||||
No, pip itself did that, and fortunately. It’s a setting you can disable if you want to be able to accidentally trash your environment. | |||||||||||||||||
| |||||||||||||||||