-
Notifications
You must be signed in to change notification settings - Fork 979
Closed
Description
I'm using the fish shell under MacOS X Capitan and after using rustup.rs I get the following message:
Rust is installed now. Great!
To get started you need Cargo's bin directory in your PATH environment variable.
Next time you log in this will be done automatically.
The next time I logged in Cargo was not in my PATH. I had to add it manually.
In my .config/config/fish.config
file I have a:
set -x PATH ...
line where I had to manually add cargo bin's:
set -x PATH ... .cargo/bin
Metadata
Metadata
Assignees
Labels
No labels