Skip to content

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
@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.

3 participants