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 Mark Campanelli
Recipients Mark Campanelli, dstufft, eric.araujo
Date 2019-03-20.16:53:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553100828.16.0.35045767323.issue36383@roundup.psfhosted.org>
In-reply-to
Content
On Windows 10 64bit, using virtualenv in Python 2.7.15 or venv in Python 3.7.2, calling distutils.sysconfig.get_python_inc() returns the path to the include directory for the (respective) Python base installation instead of the include directory installed with the virtual environment. This happens regardless of the True/False value of the  plat_specific argument. I would expect the virtual environment's include directory to be returned.
History
Date User Action Args
2019-03-20 16:53:48Mark Campanellisetrecipients: + Mark Campanelli, eric.araujo, dstufft
2019-03-20 16:53:48Mark Campanellisetmessageid: <1553100828.16.0.35045767323.issue36383@roundup.psfhosted.org>
2019-03-20 16:53:48Mark Campanellilinkissue36383 messages
2019-03-20 16:53:48Mark Campanellicreate