Python: PIP install path, what is the correct location for this and other addons?

后端 未结 3 1090
不思量自难忘°
不思量自难忘° 2021-02-12 22:41

I have recently had a few problems with my Python installation and as a result I have just reinstalled python and am trying to get all my addons working correctly as well. I’m g

3条回答
  •  醉酒成梦
    2021-02-12 23:19

    Since pip is an executable and which returns path of executables or filenames in environment. It is correct. Pip module is installed in site-packages but the executable is installed in bin.

提交回复
热议问题