We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af645a1 commit 38eb57bCopy full SHA for 38eb57b
1 file changed
python/private/python_bootstrap_template.txt
@@ -568,6 +568,7 @@ def main():
568
print_verbose("VENV_REL_SITE_PACKAGES:", VENV_REL_SITE_PACKAGES)
569
print_verbose("WORKSPACE_NAME:", WORKSPACE_NAME )
570
print_verbose("bootstrap sys.executable:", sys.executable)
571
+ print_verbose("bootstrap sys._base_executable:", getattr(sys, "_base_executable", "unknown"))
572
print_verbose("bootstrap sys.version:", sys.version)
573
574
args = sys.argv[1:]
0 commit comments