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

前端 未结 7 1884
既然无缘
既然无缘 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 04:59

    For me, it was in the directory below and I created an alias to just be able to run it with pip.

    alias pip='python /lnx510/home//.local/lib/python2.6/site-packages/pip'

提交回复
热议问题