This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steven.daprano
Recipients dstufft, eric.araujo, sabakauser, steven.daprano
Date 2019-07-12.09:33:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562923992.0.0.992910564578.issue37541@roundup.psfhosted.org>
In-reply-to
Content
You say this is a problem affecting *Mac* users, but all of your examples show *Windows* paths. How do you know it affects Macs?

You say that get_python_lib() returns the incorrect path, but you don't show us the output of calling get_python_lib(). If the result from the debugger is to be believed, it is returning the path you expect:

'C:\\Users\\skauser\\Anaconda\\Lib\\site-packages'

so I'm afraid I don't understand why you think that the problem lies in get_python_lib(). Can you explain?
History
Date User Action Args
2019-07-12 09:33:12steven.dapranosetrecipients: + steven.daprano, eric.araujo, dstufft, sabakauser
2019-07-12 09:33:11steven.dapranosetmessageid: <1562923992.0.0.992910564578.issue37541@roundup.psfhosted.org>
2019-07-12 09:33:11steven.dapranolinkissue37541 messages
2019-07-12 09:33:11steven.dapranocreate