当我尝试在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 \工具\脚本
答案 0 :(得分:7)
对于Linux / Mac,您可以选择
curl 'https://bootstrap.pypa.io/get-pip.py' > get-pip.py && sudo python get-pip.py
答案 1 :(得分:4)
尝试将cd
放入带脚本(cd "C:\Python27\Tools\Scripts"
)的文件夹中,或将此文件夹添加到PATH变量中。
答案 2 :(得分:0)
转到此链接 - 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 :(得分:0)
只需打开 C 盘,然后点击 Users > (Your Username)> AppData\Local\Programs\Python>只需复制上一步然后按照以下几点:
打开我的电脑>右键单击>属性>高级设置>环境>路径>编辑>新建>然后打开上面打开的那个文件夹然后打开脚本(文件夹)并单击路径并复制 并将其粘贴到 New 然后确定>好的,我们开始