sunfish icon indicating copy to clipboard operation
sunfish copied to clipboard

Add `#!/usr/bin/env pypy3` to top of fancy.py

Open misterbeebee opened this issue 3 years ago • 1 comments

sunfish.py has a shebang line, but fancy.py doesn't.

To make fancy.py run out-of-the-box, add #!/usr/bin/env pypy3 to top of fancy.py.`

(fancy.py doesn't work with Python2 pypy, so requires pypy3. sunfish.pydoes run under Python2pypy`)

misterbeebee avatar Jun 30 '21 20:06 misterbeebee

Correction: I think fancy.py will work with pypy; pypy3 not required.

misterbeebee avatar Jun 30 '21 20:06 misterbeebee

This is fixed in the latest version. Thanks.

thomasahle avatar Jan 08 '23 01:01 thomasahle