This is a general tracking issue for making the default bootstrap method the "script" implementatation (i.e. --bootstrap_impl=script).
The current default is "system_python", which has the problem that it relies on the system having some Python already installed and available via shebang in order to run a py_binary (which often has its own interpreter).
TODO
This is a general tracking issue for making the default bootstrap method the "script" implementatation (i.e.
--bootstrap_impl=script).The current default is "system_python", which has the problem that it relies on the system having some Python already installed and available via shebang in order to run a py_binary (which often has its own interpreter).
TODO
--venvs_use_declare_symlink=yes, the default).