-
-
Notifications
You must be signed in to change notification settings - Fork 530
pypy, windows, and envbindir #84
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
Comments
Original comment by @hpk42 fix issue84 - pypy on windows creates a bin not a scripts venv directory → <<cset 81a0cd4ac1bd>> |
This was referenced Sep 17, 2016
This actually breaks PyPy2.7 support on Windows for me. python.exe is in the "bin" directory while others are in the "Scripts" directory. Checking both would be ideal.... |
I would say this is a virtualenv bug, 👌 |
phdru
added a commit
to CheetahTemplate3/cheetah3
that referenced
this issue
Nov 25, 2020
Required due to the bug tox-dev/tox#84
phdru
added a commit
to CheetahTemplate3/cheetah3
that referenced
this issue
Nov 25, 2020
Required due to the bug tox-dev/tox#84
phdru
added a commit
to CheetahTemplate3/cheetah3
that referenced
this issue
Nov 25, 2020
Required due to the bug tox-dev/tox#84
phdru
added a commit
to CheetahTemplate3/cheetah3
that referenced
this issue
Nov 25, 2020
Required due to the bug tox-dev/tox#84
phdru
added a commit
to CheetahTemplate3/cheetah3
that referenced
this issue
Nov 26, 2020
Required due to the bug tox-dev/tox#84
phdru
added a commit
to CheetahTemplate3/cheetah3
that referenced
this issue
Nov 26, 2020
Required due to the bug tox-dev/tox#84
phdru
added a commit
to CheetahTemplate3/cheetah3
that referenced
this issue
Nov 26, 2020
Required due to the bug tox-dev/tox#84 which in turn is probably the result of these upstream bugs: https://foss.heptapod.net/pypy/pypy/-/issues/3155 https://foss.heptapod.net/pypy/pypy/-/issues/3321
phdru
added a commit
to CheetahTemplate3/cheetah3
that referenced
this issue
Nov 26, 2020
Set `%PATH%` for PyPy at w32. Required due to the bug tox-dev/tox#84 which in turn is probably the result of these upstream bugs: https://foss.heptapod.net/pypy/pypy/-/issues/3155 https://foss.heptapod.net/pypy/pypy/-/issues/3321
phdru
added a commit
to CheetahTemplate3/cheetah3
that referenced
this issue
Nov 26, 2020
Set `%PATH%` for PyPy at w32. Required due to the bug tox-dev/tox#84 which in turn is probably the result of these upstream bugs: https://foss.heptapod.net/pypy/pypy/-/issues/3155 https://foss.heptapod.net/pypy/pypy/-/issues/3321
phdru
added a commit
to CheetahTemplate3/cheetah3
that referenced
this issue
Nov 30, 2020
Set `%PATH%` for PyPy at w32. Required due to the bug tox-dev/tox#84 which in turn is probably the result of these upstream bugs: https://foss.heptapod.net/pypy/pypy/-/issues/3155 https://foss.heptapod.net/pypy/pypy/-/issues/3321
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
tox was choosing the wrong path (Scripts versus bin) for pypy on windows. It was not immediately apparent that this was settable via the INI file so I added
and 'pypy' not in self.basepython
to the jython check in envbindir on the config object, and that seems to fix things.
The text was updated successfully, but these errors were encountered: