Hi, i was wondering why the shebang is still `#!/usr/bin/env python` instead of `#!/usr/bin/env python2`. I saw the PR #1244 and #1246 , but they are from 2015, and i was wondering if the comments on them are still relevant.
Hi, i was wondering why the shebang is still
#!/usr/bin/env pythoninstead of#!/usr/bin/env python2.I saw the PR #1244 and #1246 , but they are from 2015, and i was wondering if the comments on them are still relevant.