Skip to content
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

Fix path to ~/.cargo/bin in installer message #182

Closed
brson opened this Issue Mar 29, 2016 · 0 comments

Comments

Projects
None yet
1 participant
@brson
Copy link
Contributor

brson commented Mar 29, 2016

I tried this out locally. Due to being on fish, it didn't update my $PATH automatically, and said:

It will add the `cargo`, `rustc`, `rustup` and other commands to
Cargo's bin directory, located at:

/Users/aturon/.cargo

This path needs to be added to your `PATH` environment variable ...

which I dutifully did. But it seems the actual dir needed is ~/.cargo/bin (missing the /bin above).

Source.

bors added a commit that referenced this issue Mar 30, 2016

Auto merge of #206 - brson:cargobin, r=alexcrichton
Fix location of .cargo/bin in install text. Fixes #182

alexcrichton added a commit that referenced this issue Mar 30, 2016

Merge pull request #206 from brson/cargobin
Fix location of .cargo/bin in install text. Fixes #182
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.