zshにして、pipコマンドが使えなくなって、
pip3でinstallしても使えなかった。
python3.7 -m pip install oauth2client
でいけた。
インストールの場所が違う。
shuji@taniguchinoMacBook-Pro resale % pip3 show selenium
Name: selenium
Version: 3.141.0
Summary: Python bindings for Selenium
Home-page: https://github.com/SeleniumHQ/selenium/
Author: UNKNOWN
Author-email: UNKNOWN
License: Apache 2.0
Location: /usr/local/lib/python3.7/site-packages
Requires: urllib3
Required-by:
shuji@taniguchinoMacBook-Pro resale % python3.7 -m pip show selenium
Name: selenium
Version: 3.141.0
Summary: Python bindings for Selenium
Home-page: https://github.com/SeleniumHQ/selenium/
Author: UNKNOWN
Author-email: UNKNOWN
License: Apache 2.0
Location: /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages
Requires: urllib3
Required-by: