Python Forum
List of Modules/Libraries Installed by Default?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
List of Modules/Libraries Installed by Default?
#1
I know I can get a list of what's installed using:
pip freeze

However, I don't know which of the installed modules/libraries are installed by default by the Python 3.x installer and which ones I installed by hand later.

Does anyone know where I can find this info? Or is there a pip or pip freeze trick I've missed that will show installation dates? I'm using Python 3.9.13.

Thanks, y'all.
Reply
#2
Standard libraries are not displayed by pip list or pip freeze. The standard libraries are documented here:

https://docs.python.org/3/library/index.html
Reply
#3
(Oct-14-2022, 04:11 PM)deanhystad Wrote: Standard libraries are not displayed by pip list or pip freeze. The standard libraries are documented here:

https://docs.python.org/3/library/index.html

Okay, thanks, Dean.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Question Trouble installing modules/libraries and getting Notepad++ to show cyrillic letters Dragiev 6 2,272 Jul-24-2022, 12:55 PM
Last Post: Dragiev
  Logging /w several modules/libraries Lou 3 1,930 Sep-11-2021, 12:35 AM
Last Post: Lou
  Libraries installed with pipenv, but ModuleNotFoundError returned jpncsu 2 3,018 Sep-06-2021, 07:24 PM
Last Post: jpncsu
  pip list to show all versions of a package installed pvbadiger05b 4 2,517 May-21-2020, 06:48 PM
Last Post: jameshonest
  pop default of two list of dictionary kk230689 1 1,842 Sep-10-2019, 12:12 PM
Last Post: ichabod801
  a list of modules Skaperen 0 1,984 May-19-2018, 05:40 AM
Last Post: Skaperen
  Modules issue, pip3 download modules only to pyhton3.5.2 not the latest 3.6.1 bmohanraj91 6 8,464 May-25-2017, 08:15 AM
Last Post: wavic

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020