「The safest way is to call pip through the specific python that you are executing. If you run pip show pip directly, it may be calling a different pip than the one that python is calling. Examples: $ python -m pip show pip $ python3 -m pip show pip $ /usr/bin/python -m pip show pip」