pypy.repl (anything.repl)
pypy.repl (3.6)
a repl made for running your python programs using pypy
how to use
place your python code inside of src/
, it must have a main.py
file (or you can rename it in the makefile), place all pypi packages you need inside of requirements.txt
and they will be installed. that's it. most code should work right out of the box
resetting the pypy + pip install
run make clean
additional notes
if you want a pypy2.7 one, just ask and i can hack it up quickly
There is err:
Makefile:44: *** missing separator. Stop.
@Highwayman yeah i have no clue why
@superwhiskers oh. Why do the commands start with an @ sign?
fixed the error, sorry about that @Highwayman
@superwhiskers that’s ok. It’s really cool!
@superwhiskers um. Another error.
basically *cant find .pypy/bin/pip* and
Makefile:52: recipe for target 'exec_pypy' failed
make *** failed Error 127
i suppose it needs to be a little more rigorous in its checks. that wasn't happening when i tested it
working perfectly fine on my end. that's odd
@superwhiskers hum. Where did you test it?
literally just pressed run
deleted the .pypy
folder for everyone so it isn't saved in the repl. if you want to run it you should just fork the newly saved version and run it that way
@superwhiskers ah so was that the problem?
it makes it so i cannot be held responsible for it
@superwhiskers lol. Well it works now so that fixed it.
because this way you need to download it on your own
EGADS
That’s a green turtle
AMAZING!