baroquesoftware / pypy.packages

http://baroquesoftware.com/pypy.space/web
14 stars 14 forks source link

Update to use PyPy3 5.10, fix numpy, matplotlib, and scikit-learn installations #9

Closed barrywhart closed 5 years ago

arigo commented 6 years ago

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?

barrywhart commented 6 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.

barrywhart commented 6 years ago

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.