Where are the python modules stored?

后端 未结 7 2049
说谎
说谎 2020-12-02 11:08

I have recently started learning Python and I have 2 questions relating to modules.

  1. Is there a way to obtain a list of Python modules available (i.e. installed
7条回答
  •  没有蜡笔的小新
    2020-12-02 11:28

    On Windows machine python modules are located at (system drive and python version may vary):

    C:\Users\Administrator\AppData\Local\Programs\Python\Python38\Lib
    

提交回复
热议问题