GODOFMINECRAFT4 / droidbox

Automatically exported from code.google.com/p/droidbox
0 stars 0 forks source link

bad interpreter in droidbox.py #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
STEP TO REPROCUDE:
Try to exec ./droidbox.sh without Python interpreter in /usr/local/bin/python 
(but for example at /usr/bin/python)

ERROR:
./droidbox.sh: scripts/droidbox.py: /usr/local/bin/python: bad interpreter:
No such file or directory

Fail because droidbox.sh don't use `python` command to run the script and 
Python is trying to use hardcoded interperet from first line of droidbox.py 
which leads to crash if user has Python installed elsewhere. I assume.

I noticed there's an option for anyone to commit changes (?) but I didn't wanna 
to mess with your code without permission hence I filed this issue.

Cheers.

Original issue reported on code.google.com by naliwa...@gmail.com on 8 Mar 2012 at 9:25

GoogleCodeExporter commented 9 years ago

Original comment by lantz.pa...@gmail.com on 10 Mar 2012 at 3:04