PyPy on repl.it
Here's a template for using PyPy as the python implementation. This is a fork of this repl by Superwhiskers, so big thanks to them, I only upadated the URLs and added the module managing commands.
Here's a template for using PyPy as the python implementation. This is a fork of this repl by Superwhiskers, so big thanks to them, I only upadated the URLs and added the module managing commands.
Did you change anything?
@DynamicSquid Yep. I added the
install
,add
andremove
commands, updated the PyPy url and changed the pip from bootstrapped to theensurepip
module.