-
Notifications
You must be signed in to change notification settings - Fork 895
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cargo bin's not added to PATH #535
Comments
So what's the solution? |
You can find fish help in #478 I think |
fish_add_path /home/your-username/.cargo/bin/
|
I think it is also worth noting that if you are using fish sticking configuration in your |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using the fish shell under MacOS X Capitan and after using rustup.rs I get the following message:
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:line where I had to manually add cargo bin's:
The text was updated successfully, but these errors were encountered: