Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed usr/bin/python from bridge/graphite.py #928

Merged
merged 2 commits into from Jun 26, 2023

Conversation

kishan-23
Copy link
Contributor

This was creating python version issues during installation. usr/bin/python points to a different version of python, than used in virtual env. Somehow, due to restrictions, can't change usr/bin/python. So removed this line. This won't cause any problem to other users.

@roidelapluie
Copy link
Member

The correct fix is to replace it with #!/sur/bin/env python

Kishan Verma added 2 commits June 25, 2023 21:26
Signed-off-by: Kishan Verma <kishanverma2312@gmail.com>
Signed-off-by: Kishan Verma <kishanverma2312@gmail.com>
@kishan-23
Copy link
Contributor Author

Thanks for suggestion, added #!usr/bin/env python.

@csmarchbanks csmarchbanks merged commit 4d68ba1 into prometheus:master Jun 26, 2023
11 of 12 checks passed
@kishan-23
Copy link
Contributor Author

When is the next release planned? It would be a great help for me, if you create just a minor release.

@csmarchbanks
Copy link
Member

I can do a patch release early next week

@csmarchbanks
Copy link
Member

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.

None yet

3 participants