adamoutler / the-bus-pirate

Automatically exported from code.google.com/p/the-bus-pirate
Other
0 stars 1 forks source link

environment should be python2 not python #60

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The line "#!/usr/bin/env python" should read "#!/usr/bin/env python2"

Other stuff:
______________

What steps will reproduce the problem?
1. Install python3 as your only python interpreter
2. execute code
3.

What is the expected output? What do you see instead?
It to run. Actually, I haven't tested but forum posts indicate it gives syntax 
errors.

What version of the product are you using? On what operating system?
r595 from the-bus-pirate svn

Please provide any additional information below.

Original issue reported on code.google.com by BodeyBa...@gmail.com on 29 Apr 2011 at 7:33