How to use PyPy on a Mac?

Viewed 13964

PyPy's speed promises make me want to try it. Unfortunately, none of the tutorials I read on the subject really helped me to understand the very basics, namely how to (in simple steps):

  • Install PyPy on Mac
  • Run a .py script

I read that downloading, extracting and running pypy myscript.py from bin/ should do the trick, but no luck for me so far. Here's what I get:

MyMacbook:bin User$ pypy myscript.py
-bash: pypy: command not found

Could anyone help me understand PyPy's basic usage?

1 Answers
Related