简体   繁体   English

如何在python上安装pip(错误:无此类文件或目录)

[英]How to install pip on python (error : No such file or directory)

I'm trying to Install Django on my Mac so I have to install pip on Python, and I don't know why the instructions I found on internet don't work for me... 我正在尝试在Mac上安装Django,因此我必须在Python上安装pip,但我不知道为什么我在互联网上找到的说明对我不起作用...

Here is my problem : 这是我的问题:

sudo easy_install pip

sudo: unable to execute /usr/local/bin/easy_install: No such file or directory

And I'm always getting that "no such file or directory". 而且我总是得到“没有这样的文件或目录”。

Any help would be appreciated. 任何帮助,将不胜感激。

此处运行安装脚本,然后重新启动并使用pip install django进行pip install django

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何安装 requirements.txt pip 错误->由于 OSError 无法安装软件包:[Errno 2] 没有这样的文件或目录 - How to install requirements.txt pip error ->Could not install packages due to an OSError: [Errno 2] No such file or directory “pip install SQLAlchemy”导致“致命错误:Python.h:没有这样的文件或目录” - “pip install SQLAlchemy” Results in “fatal error: Python.h: No such file or directory” pip install pybgs 出错 - 如何解决此错误:错误:命令“cmake”失败:没有这样的文件或目录 - Error with pip install pybgs - How to solve this error : error: command 'cmake' failed: No such file or directory python pip安装到Anaconda目录 - python pip install to Anaconda directory Python pip安装错误 - Python pip install error 在 Pip 安装期间将非 Python 文件复制到特定目录 - Copy a non-Python file to specific directory during Pip Install Python pip install:错误:包目录“b”不存在 - Python pip install: error: package directory 'b' does not exist pip 从 repo 安装以编程方式导致错误“没有这样的文件或目录” - pip install from repo programmatically results in error “No such file or directory” Python pip install kivy致命错误C1083:无法打开包含文件:'GL / glew.h':没有这样的文件或目录 - Python pip install kivy fatal error C1083: Cannot open include file: 'GL/glew.h': No such file or directory pip install 给我这个错误“无法打开文件'pip':[Errno 2]没有这样的文件或目录” - pip install gives me this error “can't open file 'pip': [Errno 2] No such file or directory”
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM