Python Forum
Location of python library ?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Location of python library ?
#4
Well, you have to run it as administrator

sudo find /usr/lib/ -name "libpython3*.so" -print
I am not familiar with OSX but if the above do not find anything, change the search path to / instead of /usr/lib/. In order to prevent searching in the others disk partitions, add -xdev option before -name
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Messages In This Thread
Location of python library ? - by Annie - Mar-21-2017, 11:18 PM
RE: Location of python library ? - by Ofnuts - Mar-21-2017, 11:29 PM
RE: Location of python library ? - by Annie - Mar-22-2017, 12:08 AM
RE: Location of python library ? - by wavic - Mar-22-2017, 12:36 AM
RE: Location of python library ? - by Annie - Mar-22-2017, 02:07 AM
RE: Location of python library ? - by wavic - Mar-22-2017, 06:55 AM
RE: Location of python library ? - by Annie - Mar-22-2017, 08:34 AM
RE: Location of python library ? - by wavic - Mar-22-2017, 08:48 AM
RE: Location of python library ? - by Annie - Mar-22-2017, 06:56 PM
RE: Location of python library ? - by wavic - Mar-22-2017, 08:04 PM
RE: Location of python library ? - by Annie - Mar-22-2017, 09:39 PM
RE: Location of python library ? - by wavic - Mar-23-2017, 12:44 PM
RE: Location of python library ? - by Annie - Mar-24-2017, 02:37 AM
RE: Location of python library ? - by Larz60+ - Mar-24-2017, 02:49 AM
RE: Location of python library ? - by wavic - Mar-24-2017, 03:29 AM
RE: Location of python library ? - by Annie - Mar-24-2017, 03:46 AM
RE: Location of python library ? - by wavic - Mar-24-2017, 04:16 AM
RE: Location of python library ? - by Larz60+ - Mar-24-2017, 06:39 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Wrong pip3 python location or new Version 007fred50 1 3,833 Apr-02-2020, 02:36 PM
Last Post: philgoetz
  PyInstaller, how to create library folder instead of library.zip file ? harun2525 2 4,866 May-06-2017, 11:29 AM
Last Post: harun2525

Forum Jump:

User Panel Messages

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