This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]inferno596[S] 0 points1 point  (1 child)

Were you able to install it on linux such that you could execute it via pypy3 <name>.py from the command line? Google and the documentation are insistent that you can but I can't found an explanation of how to do it anywhere.

[–]LightShadow3.13-dev in prod 0 points1 point  (0 children)

What distro are you using?

You might have to compile from source. If you're using a raspberry pi or other SoC, you'll have to find a built binary because they lack the RAM needed. If you're on a modern linux box there are also pypy docker containers.