rust-analyzer: not found: Could not find an executable binary. #389
-
Hello! I installed rust-analyzer via rustup but rust-analyzer still can't be found. I have no idea about that. |
Beta Was this translation helpful? Give feedback.
Answered by
gloridifice
May 13, 2024
Replies: 1 comment
-
OK, I find the problem. I solve it by |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mrcjkb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK, I find the problem. I solve it by
export PATH="/Users/usr/.rustup/toolchains/stable-aarch64-apple-darwin/bin:$PATH"
.