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 uranusjr
Recipients Antony.Lee, uranusjr, vinay.sajip
Date 2018-01-17.15:18:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516202286.79.0.467229070634.issue30811@psf.upfronthosting.co.za>
In-reply-to
Content
Would it be possible for venv to do this automatically? Instead of using sys.executable, use

    import sysconfig
    dirname, exename = sysconfig.get_config_vars('BINDIR', 'BUILDPYTHON')

to populate values in the context?
History
Date User Action Args
2018-01-17 15:18:06uranusjrsetrecipients: + uranusjr, vinay.sajip, Antony.Lee
2018-01-17 15:18:06uranusjrsetmessageid: <1516202286.79.0.467229070634.issue30811@psf.upfronthosting.co.za>
2018-01-17 15:18:06uranusjrlinkissue30811 messages
2018-01-17 15:18:06uranusjrcreate