Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

virtualenv PyPy Windows creates wrong path #2071

Closed
gaborbernat opened this issue Mar 1, 2021 · 0 comments · Fixed by #2072
Closed

virtualenv PyPy Windows creates wrong path #2071

gaborbernat opened this issue Mar 1, 2021 · 0 comments · Fixed by #2072
Labels

Comments

@gaborbernat
Copy link
Contributor

gaborbernat commented Mar 1, 2021

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

https://github.com/pypa/virtualenv/blob/main/src/virtualenv/create/via_global_ref/builtin/pypy/pypy3.py#L26

A PR fixing this is welcomed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant