When I run `pip install python` on my system, it prints out this caveat:
---
This formula installs a python2 executable to /usr/local/bin.
If you wish to have this formula's python executable in your PATH then add
the following to ~/.zshrc:
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
Pip and setuptools have been installed. To update them
pip2 install --upgrade pip setuptools
You can install Python packages with
pip2 install <package>
They will install into the site-package directory
/usr/local/lib/python2.7/site-packages
When I run `pip install python` on my system, it prints out this caveat:
--- usr/local/ opt/python/ libexec/ bin:$PATH"
This formula installs a python2 executable to /usr/local/bin.
If you wish to have this formula's python executable in your PATH then add
the following to ~/.zshrc:
export PATH="/
Pip and setuptools have been installed. To update them
pip2 install --upgrade pip setuptools
You can install Python packages with
pip2 install <package>
They will install into the site-package directory local/lib/ python2. 7/site- packages
/usr/
See: https:/ /docs.brew. sh/Homebrew- and-Python. html
---
So it might not be in your PATH and it might be called pip2.