Hi devs,
I noted that while most addons Python scripts start with #!/usr/bin/env python
, there are still a lot (67 last time I counted) that start with #!/usr/bin/env python3
.
Does it matter, and if so, what is the preferred way?
Hi devs,
I noted that while most addons Python scripts start with #!/usr/bin/env python
, there are still a lot (67 last time I counted) that start with #!/usr/bin/env python3
.
Does it matter, and if so, what is the preferred way?