I see this at the top of Python files:
- For Python 2 files
#!/usr/bin/env python - For Python 3 files
#!/usr/bin/env python3
It seems to me like the files run the same without that line.
I see this at the top of Python files:
#!/usr/bin/env python #!/usr/bin/env python3 It seems to me like the files run the same without that line.