Skip to content

virtualenv lookup fail - 1.7.1 regression on Windows #158

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 · 7 comments
Closed

virtualenv lookup fail - 1.7.1 regression on Windows #158

pytoxbot opened this issue Sep 17, 2016 · 7 comments

Comments

@pytoxbot
Copy link

Pull request #84 broke tox for Windows, because virtualenv is not added into %PATH%. Looking up for virtualenv through interpreter is a way to go. At least this way should have been left as a fallback.

@pytoxbot
Copy link
Author

Original comment by @techtonik

Any chance to see a new release soon? =)

@pytoxbot
Copy link
Author

Original comment by @hpk42

fix issue158 and fix issue155: windows/virtualenv properly works now:
call virtualenv through "python -m virtualenv" with the same
interpreter which invoked tox. Thanks Chris Withers, Ionel Maries Cristian.

→ <>

@pytoxbot
Copy link
Author

Original comment by @ionelmc

Fix in pull request #89

@pytoxbot
Copy link
Author

Original comment by @techtonik

I confirm that #155 is the same issue.

@pytoxbot
Copy link
Author

Original comment by @cjw296

I think #155 is the same issue, or at the very least related. It's been broken for around 2 months now.

@pytoxbot
Copy link
Author

Original comment by @techtonik

python -m tox

@pytoxbot
Copy link
Author

Original comment by @ionelmc

I have assumed that you have the correct path in #84, even on windows. How would you run tox otherwise ?!

@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

1 participant