-
Notifications
You must be signed in to change notification settings - Fork 911
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
I cannot run rustup and other executables right after installation on Mac OSX. #305
Comments
@piaoger rustup now sets |
Oh, that change isn't published yet. I'll publish a new revision today. |
@brson - |
Thanks for verifying @piaoger. Considering this fixed. |
I cannot run rustup and other executables right after installation on Mac OSX. I found below line is appended to ~/.bashrc, not ~/.bash_profile instead:
export PATH="$HOME/.cargo/bin:$PATH"
The text was updated successfully, but these errors were encountered: