mozilla / rust-android-gradle

Apache License 2.0
1.03k stars 67 forks source link

python: command not found #110

Closed jiantao88 closed 1 year ago

jiantao88 commented 1 year ago

python: command not found I have installed the Python environment image

ncalexan commented 1 year ago

Use pythonCommand to give an absolute path: https://github.com/ncalexan/rust-android-gradle/blob/master/README.md#specifying-paths-to-sub-commands-python-cargo-and-rustc. I'm going to close; if you can't configure your way out of this, let me know. I am aware that we need python3 these days on macOS; patches wanted.