-
-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
correct virtualenv bin dir under mingw python #901
Conversation
The idiomatic thing is to use |
We might need to be careful mocking (see #902), but I'm curious to see if this runs first. |
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Could you make sure this also fixes your issue? I think it's a better fix and should handle Cygwin and such too. |
Sorry for the delay, I finally reran on the |
15e3464
to
509916f
Compare
Ok so I had a debugging session and it seems like I restored the |
I found a brief moment to push a test, hopefully looks suitable. Happy New Year! |
I believe this fixes #630
... at least, I was able to remove the workaround I had in PyO3/setuptools-rust#501
Open to alternative ideas / suggestions how you'd like this tested.