Where does pip install its packages?

后端 未结 7 1687
野的像风
野的像风 2020-12-02 03:52

I activated a virtualenv which has pip installed. I did

pip3 install Django==1.8

and Django successf

7条回答
  •  失恋的感觉
    2020-12-02 04:20

    pip show will provide the location for Windows and macOS, and I'm guessing any system. :)

    For example:

    > pip show cvxopt
    Name: cvxopt
    Version: 1.2.0
    ...
    Location: /usr/local/lib/python2.7/site-packages
    

提交回复
热议问题