我已经安装了最新版本的 python 并且从“错误”中说我已经2.7 python
从系统中删除了。现在,当我尝试安装pip
或easy_install
收到以下错误时:
$ pip install Selenium
python: posix_spawn: /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: No such file or directory.
稍后编辑:似乎 pip 不支持 python 3 及更高版本。在我采取了这里描述的步骤http://wolfpaulus.com/jounal/mac/installing_python_osx之后,我现在可以使用 easy_install 了。
谢谢!