pip不存在或无法在virtualenv中执行

时间:2014-05-09 16:12:50

标签: python macos flask pip virtualenv

当尝试使用pip在虚拟环境中安装flask时,我收到以下错误:

>(venv)username@Username-MacBook-Air ~/G/L/flaskTest> pip install Flask
>Failed to execute process '/Users/User/Google Drive/flaskTest/venv/bin/pip'. Reason:
>The file '/Users/username/Google Drive/flaskTest/venv/bin/pip' does not exist or could not         be executed.

有什么理由发生这种情况吗?

2 个答案:

答案 0 :(得分:8)

刚出现同样的问题,这导致我在这里。我刚刚创建了一个新的虚拟环境并得到了这个错误。和你一样,我有一个祖先目录,里面有一个空格。重命名目录以消除空间后,一切正常。 (有一天我会追踪这个错误!)尝试更改" Google Drive"到" google_drive"或" GoogleDrive"等

答案 1 :(得分:-1)

首先,尝试安装一个新的干净的虚拟环境。

如果不起作用,请尝试使用easy_install pip

安装pip