I installed python3 using homebrew, but it did not install pip3, or should I say that it is installed, but it does not recognize the command?
Here is what I did:
brew install python3
This one installed python3, but eventually threw an error saying that it cannot bind python3 and will prompt me to run
brew link python3
to bind the installation, but this causes another error:
Linking /usr/local/Cellar/python3/3.6.3... Error: Permission denied @ dir_s_mkdir - /usr/local/lib
Does anyone know how to solve this? When I run:
brew info python3
It says:
==> Caveats Pip, setuptools, and wheel have been installed. To update them pip3 install --upgrade pip setuptools wheel You can install Python packages with pip3 install <package> They will install into the site-package directory /usr/local/lib/python3.6/site-packages See: https://docs.brew.sh/Homebrew-and-Python.html
Which makes me think that pip3 is installed but not recognized. Any help is appreciated.
INFO:
OS => MacOS High Sierra 10.13.1
pip3 install twilio -bash: pip3: command not found
source share