jarvisteach / appJar

Simple Tkinter GUIs in Python
http://appJar.info
Other
615 stars 68 forks source link

add shebang for py2 , because py3 may be not working #531

Open KM-200 opened 6 years ago

KM-200 commented 6 years ago

py3 was not working for me.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 74.585% when pulling a4093367dbc305a73941f722da4dac68aca2cbab on KM-200:patch-1 into 9474e6646b7566454f9fc1c6363907ed11af1e44 on jarvisteach:appJar.

jarvisteach commented 6 years ago

You'll need to raise the pull request against the next_release branch.

I also think it should just be python instead of python2

And it should probably be done in all files in the examples & issues directory?

KM-200 commented 6 years ago

I am the last one to disagree... my latest bash script version does not corrupt the sources anymore as far as I know.

However, it seems to me, most current distros (say ARCH Linux) run py-3 when "python" is launched, but here "python2" is required specifically, unless the real problem is identified and fixed. Hence my "python2" shebang.