Where Python usually stores its library ?

By admin , 10 January, 2022

Python usually stores its library(third-party modules)in the installation directory

if you have installed as per user installation process then path will be like this
Path C:\Users\manoj\AppData\Local\Programs\Python\Python310\Lib\site-packages

 

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.