python: can't open file get-pip.py error 2] no such file or directory

Posted

技术标签:

【中文标题】python: can\'t open file get-pip.py error 2] no such file or directory【英文标题】:python: can't open file get-pip.py error 2] no such file or directorypython: can't open file get-pip.py error 2] no such file or directory 【发布时间】:2017-02-08 23:55:15 【问题描述】:

当我尝试在 CMD 中执行此操作时

python get-pip.py

我收到此错误:

python: can't open file get-pip.py error 2] no such file or directory

而文件存储在(get-pip.py)中

C:\Python27\Tools\Scripts

【问题讨论】:

【参考方案1】:

尝试将cd 放入带有脚本的文件夹 (cd "C:\Python27\Tools\Scripts") 或将此文件夹添加到您的 PATH 变量中。

【讨论】:

【参考方案2】:

转到此链接 - https://www.liquidweb.com/kb/how-to-install-pip-on-ubuntu-14-04-lts/

对我来说它安装在

vagrant@vagrant-ubuntu-trusty-64:/vagrant$ which pip /usr/local/bin/pip

所以帖子中有错误作为命令 pip --help

不会工作。

vagrant@vagrant-ubuntu-trusty-64:/vagrant$ pip --help -bash: /usr/bin/pip: No such file or directory

但你仍然安装了 pip。

享受吧!

【讨论】:

【参考方案3】:

对于Linux/Mac,你可以去

curl 'https://bootstrap.pypa.io/get-pip.py' > get-pip.py && sudo python get-pip.py
    正在获取安装程序 以超级用户访问权限执行文件

【讨论】:

【参考方案4】:

只需打开 C 盘,然后点击用户 >(您的用户名)> AppData\Local\Programs\Python>只需复制上一步,然后按照以下几点操作:

打开我的电脑>右键>属性>高级设置>环境>路径>编辑>新建>然后打开上面打开的文件夹然后打开脚本(文件夹)并单击路径并复制 并将其粘贴到 New 然后 ok>ok,我们开始

【讨论】:

以上是关于python: can't open file get-pip.py error 2] no such file or directory的主要内容,如果未能解决你的问题,请参考以下文章

加载 vimtutor 时出错 "E484: Can't open file /usr/share/vim/vim80/tutor/tutor.vim"

python--easygui文本UI界面显示中文及保存中文显示乱码

python写GUI

翻译:《实用的Python编程》01_06_Files

翻译:《实用的Python编程》01_06_Files

file:///G:/image/bj.jpg是啥意思?这是相对路径还是绝对路径