We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all, I noticed python 2.x support is dropped per #1005.
However, the python 3.x installation only produce python3 under normal PATH.
python3
PATH
In some macOS commands helpers, we use python instead of python3 like (https://github.com/bazelbuild/rules_foreign_cc/blob/d33d862abb4ce3ba178547ef58c9fcb24cec38ca/foreign_cc/private/framework/toolchains/macos_commands.bzl#L264) and it causes error.
python
Should these commands be changed to python3 instead?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hi all, I noticed python 2.x support is dropped per #1005.
However, the python 3.x installation only produce
python3
under normalPATH
.In some macOS commands helpers, we use
python
instead ofpython3
like (https://github.com/bazelbuild/rules_foreign_cc/blob/d33d862abb4ce3ba178547ef58c9fcb24cec38ca/foreign_cc/private/framework/toolchains/macos_commands.bzl#L264) and it causes error.Should these commands be changed to
python3
instead?The text was updated successfully, but these errors were encountered: