Should we add instructions to fix homebrew python/pip? #25
CarlaAstudillo
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
These instructions didn't really work the first time I ran it.
We use homebrew to install python and then we use pip to install other packages, but when I ran it, it said pip wasn't there. I ended up using pip3 to install but not sure if it was the right call? Did a little more research and it said that it IS there, it's just that it needs to be relinked.
brew unlink python && brew link python
Did anyone else run into this problem and what was the solution? Should we add instructions on how to fix pip for a homebrew install?
Note: I usually use
pipenv
andpyenv
to manage my environments and python versions respectively and rarely use my system-wide python anyway so that might be why I hadn't noticed a problem.Beta Was this translation helpful? Give feedback.
All reactions