1. ホーム
  2. python

[解決済み] pip installation /usr/local/opt/python/bin/python2.7: bad interpreter: そのようなファイルやディレクトリはありません

2023-01-02 01:02:28

質問

私は何が問題なのか分かりませんが、私はどこにも到達しないいくつかのstackoverflowの解決策に従って立ち往生しています。あなたはこの上で私を助けてくださいすることができますか?

  Monas-MacBook-Pro:CS764 mona$ sudo python get-pip.py
    The directory '/Users/mona/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
    The directory '/Users/mona/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
    /tmp/tmpbSjX8k/pip.zip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
    Collecting pip
      Downloading pip-7.1.0-py2.py3-none-any.whl (1.1MB)
        100% |████████████████████████████████| 1.1MB 181kB/s 
    Installing collected packages: pip
      Found existing installation: pip 1.4.1
        Uninstalling pip-1.4.1:
          Successfully uninstalled pip-1.4.1
    Successfully installed pip-7.1.0
    Monas-MacBook-Pro:CS764 mona$ pip --version
    -bash: /usr/local/bin/pip: /usr/local/opt/python/bin/python2.7: bad interpreter: No such file or directory

どのように解決するのですか?

OS X 10.10 に 2.7 をインストールするために home-brew を使用しましたが、新しいインストールは sym リンクを欠いていました。私は以下を実行しました。

brew link --overwrite python

で述べたように Homebrewでpythonをシンボリックリンクする方法は? で、解決しました。