1

我已经用 macport 安装了 opencv 和 python 绑定。我可以将它与一个用户一起导入 python,但不能与另一个用户一起导入。

iMac-di-Casa:~ giacomo$ python
Python 2.7.2 (default, Oct 11 2012, 20:14:37) 
[GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named cv
>>> exit()

我尝试了这个答案,但我犯了两个错误:pathinsteadPATHsahreinstead of share。这是我在终端中输入的内容:

iMac-di-Casa:~ giacomo$ export PATH=/opt/local/bin:/opt/local/sbin:$path
iMac-di-Casa:~ giacomo$ export PATH=/opt/local/bin:/opt/local/sbin:$PATH
iMac-di-Casa:~ giacomo$ export MANPATH=/opt/local/sahre/man:$MANPATH
iMac-di-Casa:~ giacomo$ export MANPATH=/opt/local/share/man:$MANPATH

现在没有任何效果:

iMac-di-Casa:~ giacomo$ python
-bash: python: command not found

我该如何修复我的错误?非常感谢。

4

0 回答 0