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

Stop assuming that /usr/bin/python exists #1743

Merged
merged 1 commit into from Feb 18, 2020
Merged

Stop assuming that /usr/bin/python exists #1743

merged 1 commit into from Feb 18, 2020

Conversation

Labels
None yet
Projects
None yet
3 participants
@panos
Copy link
Contributor

@panos panos commented Feb 16, 2020

This proposed change will change all occasions of /usr/bin/python to the more agnostic /usr/bin/env python, similarly to the change here.

Relevant Trac ticket (Fixes 33192)

This pull request is a follow up to #1712 and was made due to issues regarding the tree that was used to make the changes. More information about this can be found in the Trac ticket itself. Some of the changes were adapted accordingly, but they are identical for the most part.

@coveralls
Copy link

@coveralls coveralls commented Feb 16, 2020

Pull Request Test Coverage Report for Build 8125

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 63.408%

Totals Coverage Status
Change from base Build 8113: 0.0%
Covered Lines: 50018
Relevant Lines: 78883

💛 - Coveralls

@torproject-pusher torproject-pusher merged commit 674a821 into torproject:master Feb 18, 2020
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment