View Single Post
Old 08-23-2009, 05:58 PM   #5
edembowski
Zealot
edembowski has a complete set of Star Wars action figures.edembowski has a complete set of Star Wars action figures.edembowski has a complete set of Star Wars action figures.edembowski has a complete set of Star Wars action figures.
 
edembowski's Avatar
 
Posts: 138
Karma: 372
Join Date: Apr 2008
Location: New York, NY
Device: Sony PRS-600, Nook Color, iPad
@Abecedary
After unzipping them, you may have to fix the permissions from the command line, I didn't have that problem. You can always `chmod rwx`the file. The shebang is probably correct on it already, it's easy to put there. (the shebang is the first line adullday pointed out starting with #!)

@adullday
I usually change the extension to .py, not .command. It avoids a few problems:
- If you change it to .py, you don't need to worry about the execute bit being set.
- If you use .command, it will launch in a terminal window.
- It will not create an applet package.

Both methods certainly work, I just think using .py is easier for non-unix types.

- Ed
edembowski is offline   Reply With Quote