virtualenvwrapper-win icon indicating copy to clipboard operation
virtualenvwrapper-win copied to clipboard

PyPy support

Open mlaccetti opened this issue 11 years ago • 6 comments

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?

mlaccetti avatar Apr 19 '13 22:04 mlaccetti

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!

davidmarble avatar Apr 20 '13 01:04 davidmarble

@mlaccetti I've created branch with experimental mkvritualenv support for pypy. If you could test is it would be great. https://github.com/davidmarble/virtualenvwrapper-win/tree/pypy_support

utek avatar Feb 25 '15 06:02 utek

There are still issues with workon. But mkvirtualenv should work.

utek avatar Feb 25 '15 08:02 utek

@utek I'll take it for a spin when I'm at my windows machine; sitting in front of a Mac 9-5.

mlaccetti avatar Mar 03 '15 19:03 mlaccetti

@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)

utek avatar Apr 06 '15 16:04 utek

The pypy folder in Env is created with bin folder. Renaming bin folder to Scripts manually fixes the workon issue.

mmyjona avatar Mar 09 '16 03:03 mmyjona