rust-lang/rustup

Cargo bin's not added to PATH in Zsh shell

inneroot opened this issue · 3 comments

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

still happening on mac...

I am having same issue (Mac M1)

I am having same issue (Mac M1)

then add it to your .zshrc ...