Skip to content

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

Closed
pytoxbot opened this issue Sep 17, 2016 · 3 comments
Closed

pypy, windows, and envbindir #84

pytoxbot opened this issue Sep 17, 2016 · 3 comments

Comments

@pytoxbot
Copy link

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.

@pytoxbot
Copy link
Author

Original comment by @hpk42

fix issue84 - pypy on windows creates a bin not a scripts venv directory
(thanks Lukasz Balcerzak)

→ <<cset 81a0cd4ac1bd>>

@zoomorph
Copy link

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....

@gaborbernat
Copy link
Member

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
phdru added a commit to CheetahTemplate3/cheetah3 that referenced this issue Nov 25, 2020
phdru added a commit to CheetahTemplate3/cheetah3 that referenced this issue Nov 25, 2020
phdru added a commit to CheetahTemplate3/cheetah3 that referenced this issue Nov 26, 2020
phdru added a commit to CheetahTemplate3/cheetah3 that referenced this issue Nov 26, 2020
phdru added a commit to CheetahTemplate3/cheetah3 that referenced this issue Nov 26, 2020
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
@tox-dev tox-dev locked and limited conversation to collaborators Jan 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants