Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
misterbeebee opened this issue Jun 30, 2021 · 2 comments
Closed

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

misterbeebee opened this issue Jun 30, 2021 · 2 comments

Comments

@misterbeebee
Copy link

misterbeebee commented Jun 30, 2021

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
Copy link
Author

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

@thomasahle
Copy link
Owner

This is fixed in the latest version. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants