Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • elpa elpa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar

On Monday, June 12, 2023, from 9.00 to 10.00 am there will be a maintenance with a short downtime of the GitLab service.

  • elpa
  • elpaelpa
  • Merge requests
  • !39

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

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Wenzhe Yu requested to merge vwzyu/elpa:python3 into master_pre_stage Jul 26, 2020
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 5

#!/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.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: python3