Open ryanpcmcquen opened 7 years ago
The README requires a shebang of #!/usr/bin/python{2,3}. Often the following shebangs are used instead:
#!/usr/bin/python{2,3}
#!/usr/bin/env python2 #!/usr/bin/env python3
It'd be awesome if the plugin supported these as well.
The README requires a shebang of
#!/usr/bin/python{2,3}
. Often the following shebangs are used instead:It'd be awesome if the plugin supported these as well.