Skip to content

Commit 66ca783

Browse files
committed
Don't force the default virtualenv to system_site_packages=True
Fixes #38 Signed-off-by: Pedro Algarvio <[email protected]>
1 parent db37ce5 commit 66ca783

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

changelog/38.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Don't force the default virtualenv to `system_site_packages=True`

src/ptscripts/parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,6 @@ def _process_registered_tool_modules(self) -> None:
449449
if default_venv_config:
450450
if "name" not in default_venv_config:
451451
default_venv_config["name"] = "default"
452-
default_venv_config["system_site_packages"] = True
453452
default_venv_config["add_as_extra_site_packages"] = True
454453
default_venv = VirtualEnv(ctx=self.context, **default_venv_config)
455454
else:

0 commit comments

Comments
 (0)