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

前端 未结 7 1740
既然无缘
既然无缘 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:53

    here you can find where the pip packages are., In linux

    /usr/lib/python2.7/site-packages
    

    on mac

    /usr/local/lib/python2.7/site-packages/
    

提交回复
热议问题