Where is pip installed to when using get-pip.py?

前端 未结 7 1937
既然无缘
既然无缘 2021-02-01 04:43

I just installed pip on OS X using the get-pip.py script provided by the developers. The script said it ran successfully, but I cannot execute pip from the command

7条回答
  •  情书的邮戳
    2021-02-01 05:01

    If you can't find the path to pip you can simply use python -m pip instead:

    python -m pip install awesome_package
    

提交回复
热议问题