Open GoogleCodeExporter opened 9 years ago
I just came across the same issue. It's because your alias is incorrectly set.
At first I put
alias punch='$PUNCH-DIR/Punch.py'
in my .bash_profile. However, the Punch.py file doesn't specify the shebang for
python script so you need to explicitly call python. Doing the following fixed
the issue:
alias punch='python $PUNCH-DIR/Punch.py'
The GettingStarted page on the wiki does specify this; but I guess neither of
us read that before trying.
Original comment by dor...@gmail.com
on 14 Mar 2011 at 2:16
Original issue reported on code.google.com by
groovygh...@gmail.com
on 8 Dec 2009 at 1:53