Using PyPy to run a Python program?
Add this shebang line to the top of the program:
#!/usr/bin/env pypy
If you want to do this manually, just enter pypy main.py
on the command-line.
Add this shebang line to the top of the program:
#!/usr/bin/env pypy
If you want to do this manually, just enter pypy main.py
on the command-line.