【发布时间】:2017-04-06 05:20:54
【问题描述】:
The directory '/Users/sandeepkrishnan/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/sandeepkrishnan/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Requirement already satisfied: django in /Library/Python/2.7/site-packages
【问题讨论】:
-
Requirement already satisfied: django in /Library/Python/2.7/site-packages。这在这里告诉您django已经安装到 Python 2.7 中。
标签: django python-3.x pip