Python Forum
what pip command can list installed files for a name package?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
what pip command can list installed files for a name package?
#1
what pip command can list installed files for a name package?
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply
#2
pip -h
Reply
#3
pip show {package-name} will tell you what path it's installed at, as well as any packages it requires or that require it. That might be as close as you get from pip.
Reply
#4
yeah, i've tried show. i just want to know for a given package name, what files are installed, for an installed package. if it only puts files in that location, for all possible packages, then maybe show really is what i need (i can then run find on that tree).
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  to get a list of pip packages that were installed Skaperen 12 3,095 Jun-25-2022, 11:38 AM
Last Post: snippsat
  Installed Certificates command file for python 3.7, will it cause problems on mac? CosmicCliff 0 1,990 Mar-05-2019, 07:58 PM
Last Post: CosmicCliff

Forum Jump:

User Panel Messages

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