Tzu-ping Chung <[email protected]> added the comment:
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?
----------
nosy: +uranusjr
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue30811>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com