私はMac OS X (10.7) でPython 2.7を使用しています。
OpenCV をインストールしようとしましたが、うまくいきませんでした。OpenCV を適切にインストールするための 1 つの試みとして、OpenCV の MacPorts バージョンを試し、 コマンドを使用して python リンクを MacPorts バージョンに切り替えました。ただし、の現在のリンクではなく、にリンクする コマンドをsudo port select --set python
保持しておきたいと思います。python
/usr/bin/python
/opt/local/bin/python
ところで、以下のコマンドが異なる結果を出力するのはなぜでしょうか?
Unknown:~ jake$ which python
/opt/local/bin/python
Unknown:~ jake$ whereis python
編集
ポート選択では他のオプションは提供されませんか?
ご提案ありがとうございます。
最新の試み:
$ port select python
Available versions for python:
none
python25-apple
python26-apple
python27 (active)
python27-apple
$ port select python27-apple
Warning: Unable to get active selected version: The specified group 'python27-apple' does not exist.
Error: The 'list' command failed: The specified group 'python27-apple' does not exist.
私はアップル版を使用していませんでした(アップルは2.6しか提供していなかったと思います)。しかし、以前使用していたPythonはpython.orgport select python
したがって、そのバージョンに切り替えるにはどのコマンドを使用すればよいかわかりません。
slhck
ご協力とご提案ありがとうございます。