Commit cffed4df4044ad9962ac950cc2f66925ea377f7a
1 parent
2f54fa44
Exists in
master
and in
6 other branches
ENH: Forcing Python 2.6
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/invesalius.py
1 | -#!/usr/bin/env python | 1 | +#!/usr/bin/env python2.6 |
2 | # NOTE: #!/usr/local/bin/python simply will *not* work if python is not | 2 | # NOTE: #!/usr/local/bin/python simply will *not* work if python is not |
3 | # installed in that exact location and, therefore, we're using the code | 3 | # installed in that exact location and, therefore, we're using the code |
4 | # above | 4 | # above |