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

post-install message when not modifying PATH should include the path #374

Closed
brson opened this issue Apr 29, 2016 · 0 comments
Closed

post-install message when not modifying PATH should include the path #374

brson opened this issue Apr 29, 2016 · 0 comments

Comments

@brson
Copy link
Contributor

brson commented Apr 29, 2016

I purposfully asked rustup not to modify my PATH envvar. At the end of the install I got this helpful reminder:

To get started you need Cargo's bin directory in your `PATH`
environment variable.

It would be even more helpful if it also reminded me what bin directory to add 😁

Source.

bors added a commit that referenced this issue May 23, 2017
Add PATH in post-install message when not modifying PATH

Fixes #374

Unix:
```
To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
environment variable.
```

Windows:
```
To get started you need Cargo's bin directory (C:\Users\f-bro\.cargo\bin) in
your PATH environment variable. This has not been done automatically.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants