Where does pip install its packages?

后端 未结 7 1713
野的像风
野的像风 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:06

    Easiest way is probably

    pip3 -V
    

    This will show you where your pip is installed and therefore where your packages are located.

提交回复
热议问题