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

Comments

Projects
None yet
2 participants
@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.

@Diggsey Diggsey added this to Documentation & CLI in Issue Categorisation May 4, 2017

bors added a commit that referenced this issue May 23, 2017

Auto merge of #1126 - f-bro:issue-374, r=Diggsey
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.
```

@bors bors closed this in #1126 May 23, 2017

@Diggsey Diggsey removed this from Documentation & CLI in Issue Categorisation May 24, 2017

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.