[issue40159] Make python -V -V output arguments of configure

Zachary Ware report at bugs.python.org
Thu Apr 2 16:20:35 EDT 2020


Zachary Ware <zachary.ware at gmail.com> added the comment:

How about `python3 -c 'import sysconfig;print(sysconfig.get_config_vars()["CONFIG_ARGS"])'`?

----------
nosy: +zach.ware

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40159>
_______________________________________


More information about the Python-bugs-list mailing list