-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Cannot run Bazel without /usr/bin/python, even if /usr/bin/python3 exists #13379
Comments
This is a dup of #8685 |
I acknowledge that but there has been little/no traction on that bug. I was hoping to revive the discussion/raise the visibility of this issue by filing a new bug. |
Hey @ted-xie, I'm sorry that this still isn't fixed. We'll get to it hopefully soon. |
It looks like this is fixed by #13414 ? |
@lberki Indeed! This looks like it might be an elegant fix for this :) |
We need to merge that PR, I think it's the best fix we have. |
Thank you for contributing to the Bazel repository! This issue has been marked as stale since it has not had any activity in the last 1+ years. It will be closed in the next 14 days unless any other activity occurs or one of the following labels is added: "not stale", "awaiting-bazeler". Please reach out to the triage team ( |
This issue has been automatically closed due to inactivity. If you're still interested in pursuing this, please reach out to the triage team ( |
Description of the problem / feature request:
Bazel relies on /usr/env/bin python, which no longer exists in the newest update to my operating system.
Feature requests: what underlying problem are you trying to solve with this feature?
N/A.
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Remove /usr/bin/python symlink and run literally any Bazel workload.
What operating system are you running Bazel on?
Proprietary OS vaguely similar to Ubuntu 20.04.
What's the output of
bazel info release
?If
bazel info release
returns "development version" or "(@Non-Git)", tell us how you built Bazel.N/A
What's the output of
git remote get-url origin ; git rev-parse master ; git rev-parse HEAD
?N/A, using pre-built binary.
Have you found anything relevant by searching the web?
Looks like #8665 was never truly fixed Bazel-side. Users should not have to create system-level symlinks to run Bazel.
Any other information, logs, or outputs that you want to share?
N/A.
The text was updated successfully, but these errors were encountered: