Closed barrywhart closed 5 years ago
@arigo: Oops, the reference to PyPy2 was copy-paste from another project. I'll fix that. I believe it will be possible to make both work pretty easily.
Fixed -- now both PyPy 2 and PyPy 3 are supported; just use the --virtualenv
parameter to main.py
to specify which you want. Default is PyPy 3.
A bit confused about whether this is supposed to be for PyPy2 or PyPy3. I think that ideally we want both, but right now, you add a variable called "PYPY2_PACKAGE_URL" with the url to PyPy3... so which one is it?