Closed hashworks closed 8 years ago
#!/usr/bin/env python2 instead of #!/usr/bin/env python. On my system it tried to execute the script with python v3.
#!/usr/bin/env python2
#!/usr/bin/env python
This has been updated.
#!/usr/bin/env python2
instead of#!/usr/bin/env python
. On my system it tried to execute the script with python v3.