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

Added line to make Unix OSes use python when it runs via command line. #15

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

byemc
Copy link

@byemc byemc commented Apr 6, 2021

(to run the file you need to type chmod +x main.py into a Unix terminal open in the folder with Flappucchino, then use ./main.py to open it afterwards (you only need to run chmod once))

(to run the file you need to type ```chmod +x main.py``` into a Unix terminal open in the folder with Flappucchino, then use ```./main.py``` to open it afterwards (you only need to run ```chmod``` once))
@firefish111
Copy link

#/usr/bin/env

Isn't it meant to be #!? Correct me if I'm wrong.

@byemc
Copy link
Author

byemc commented Apr 17, 2021

#/usr/bin/env

Isn't it meant to be #!? Correct me if I'm wrong.

Oh right, thanks for that!

@red-socks294
Copy link

Looked at the code you added in, it will work. (I did not test it)

@byemc byemc changed the title Added line to make Unix OS'es use python when it runs via command line. Added line to make Unix OSes use python when it runs via command line. Feb 21, 2023
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

Successfully merging this pull request may close these issues.

3 participants