Skip to content

Use `#!/usr/bin/env python3`

Wenzhe Yu requested to merge vwzyu/elpa:python3 into master_pre_stage

#!/usr/bin/python3 only works if python3 is found in /usr/bin. #!/usr/bin/env python3 is more flexible. See e.g. this SO question.

Merge request reports