Skip to content

Commit c5fd17c

Browse files
committed
create full venv for system_python
1 parent 9a20fc2 commit c5fd17c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/private/py_executable.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ def _create_zip_main(ctx, *, stage2_bootstrap, runtime_details, venv):
513513
# * https://github.com/python/cpython/blob/main/Modules/getpath.py
514514
# * https://github.com/python/cpython/blob/main/Lib/site.py
515515
def _create_venv(ctx, output_prefix, imports, runtime_details, add_runfiles_root_to_sys_path):
516-
create_full_venv = BootstrapImplFlag.get_value(ctx) == BootstrapImplFlag.SCRIPT
516+
create_full_venv = True
517517
venv = "_{}.venv".format(output_prefix.lstrip("_"))
518518

519519
if create_full_venv:

0 commit comments

Comments
 (0)