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 christian.heimes
Recipients christian.heimes, xiang.zhang
Date 2017-09-16.13:48:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505569691.61.0.00756129932855.issue31440@psf.upfronthosting.co.za>
In-reply-to
Content
You are right, the path is wrong on Unix-like platforms. It's os.path.join(sys.prefix, 'lib', 'python{major}.{minor}'). But the actual path may depend on the platform, too. I don't recall how Windows sets up the path.
History
Date User Action Args
2017-09-16 13:48:11christian.heimessetrecipients: + christian.heimes, xiang.zhang
2017-09-16 13:48:11christian.heimessetmessageid: <1505569691.61.0.00756129932855.issue31440@psf.upfronthosting.co.za>
2017-09-16 13:48:11christian.heimeslinkissue31440 messages
2017-09-16 13:48:11christian.heimescreate