安装后找不到点

时间:2017-03-11 22:47:52

标签: python installation pip pycharm

我在python上安装了'pip',因为它告诉我我没有pip:enter image description here

这里告诉我安装没问题:

enter image description here

但是我正在尝试安装它:

enter image description here

但它告诉我:

enter image description here

为什么'pip'找不到?

编辑:刘易斯回答的图片:

enter image description here

屏幕截图5: enter image description here

2 个答案:

答案 0 :(得分:0)

似乎脚本是从错误的地方运行的。尝试从常规终端运行它。记住获得更高的特权,或者pip可能会失败。

答案 1 :(得分:0)

如果您已安装easy_install,请在终端中尝试运行:sudo easy_install pip并重新启动PyCharm。

我发现你使用的是旧版本的Python(或者至少安装了它)。如果您希望通过python 3安装,请尝试运行pip3 install name_of_package