Skip to content

Update script shebangs to python3#15701

Merged
andrewkroh merged 1 commit intoelastic:feature/python3from
andrewkroh:feature/python3
Jan 22, 2020
Merged

Update script shebangs to python3#15701
andrewkroh merged 1 commit intoelastic:feature/python3from
andrewkroh:feature/python3

Conversation

@andrewkroh
Copy link
Copy Markdown
Member

Use python3 in the shebang for python scripts. python is going to be reserved for python2 in Ubuntu, and PEP394 mentions that python should be used in the shebang line only for scripts that are source compatible with both Python 2 and 3.

Use python3 in the shebang for python scripts. python is going to be reserved for python2 in Ubuntu, and PEP394 mentions that python should be used in the shebang line only for scripts that are source compatible with both Python 2 and 3.
@jsoriano jsoriano mentioned this pull request Jan 21, 2020
63 tasks
Copy link
Copy Markdown
Member

@jsoriano jsoriano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@andrewkroh andrewkroh merged commit 63c4b1c into elastic:feature/python3 Jan 22, 2020
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
Use python3 in the shebang for python scripts. python is going to be reserved for python2 in Ubuntu, and PEP394 mentions that python should be used in the shebang line only for scripts that are source compatible with both Python 2 and 3.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants