-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
https://foss.heptapod.net/pypy/pypy/-/blob/branch/py3.7/lib-python/3/venv/__init__.py#L128-137
venv3.6
├── lib
│ └── python3.6
│ └── site-packages
├── pyvenv.cfg
vs
emv3.6
├── Include
├── Lib
│ ├── site-packages
│ └── tcl8.5
│ └── init.tcl
├── pyvenv.cfg
A PR fixing this is welcomed.