Cargo bin's not added to PATH in Zsh shell
inneroot opened this issue · 3 comments
inneroot commented
I'm using zsh shell on my linux, and just like in issue #535 I had to manually add cargo bin's after installing rustup.
path+=('home/__username__/.cargo/bin')
export PATH
I got solution from stackoverflow
But seems i just should to run
source $HOME/.cargo/env
yehudahs commented
still happening on mac...
furkanksl commented
I am having same issue (Mac M1)
iraizo commented
I am having same issue (Mac M1)
then add it to your .zshrc
...