-
Notifications
You must be signed in to change notification settings - Fork 106
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
PyPy support #30
Comments
Just installed pypy to check it out. You're right. Hooray for ignoring convention. I'll put this on my list. Always happy to get pull requests! |
@mlaccetti I've created branch with experimental mkvritualenv support for pypy. If you could test is it would be great. |
There are still issues with workon. But mkvirtualenv should work. |
@utek I'll take it for a spin when I'm at my windows machine; sitting in front of a Mac 9-5. |
@mlaccetti After looking at it more. I don't think that I did it good. Still a lot to do. But I don't have time now (neither I use pypy at the moment) |
The pypy folder in Env is created with bin folder. Renaming bin folder to Scripts manually fixes the workon issue. |
I'm trying to use PyPy as my Python implementation of choice, but I'm having some issues. It looks like the batch files are using ENV\Scripts, but for some reason PyPy (and virtualenv under PyPy?) likes to use ENV\bin instead. Is there a way to check for existence of Scripts, then bin, and prefer that order?
The text was updated successfully, but these errors were encountered: