-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Guidance on Windows install re "Add to PATH" #27183
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
Conversation
Updated "Installing Rust" and "After installation" to provide additional guidance to Windows users on including Rust in the Path system variable.
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @steveklabnik (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. The way Github handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
@@ -25,6 +25,12 @@ $ sh rustup.sh | |||
[insecurity]: http://curlpipesh.tumblr.com | |||
|
|||
If you're on Windows, please download the appropriate [installer][install-page]. | |||
**NOTE:** By default, the Windows installer will not add Rust to the Path system |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be %PATH%
or something?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy for it to be %PATH%.
----- Original Message -----
From: "rust-lang/rust"
To:"rust-lang/rust"
Cc:"Jonathan Hansford"
Sent:Tue, 21 Jul 2015 08:52:27 -0700
Subject:Re: [rust] Guidance on Windows install re "Add to PATH"
(#27183)
In src/doc/trpl/installing-rust.md [1]:
> @@ -25,6 +25,12 @@ $ sh rustup.sh > [insecurity]:
http://curlpipesh.tumblr.com > > If you're on Windows, please download
the appropriate [installer][install-page]. > +NOTE: By default,
the Windows installer will not add Rust to the Path system
Shouldn't this be %PATH% or something?
—
Reply to this email directly or view it on GitHub [2].
Links:
[1] #27183 (comment)
[2] https://github.com/rust-lang/rust/pull/27183/files#r35118694
One small formatting nit, but otherwise, looks great 👍 |
Steve, ----- Original Message -----
Reply to this email directly or view it on GitHub [2]. Links:[1] |
@Dangthrimble , we prefer to use our own http://doc.rust-lang.org/stable/book/glossary.html rather than link to wikipedia, as one of the main uses of rust's docs is offline, where external links don't work. we also don't control the quality of content on wikipedia. I would prefer just updating this PR to fix the |
I presume you would like me to fix %PATH%. I'll get onto it as soon as I have a spare moment. I'm working my way through The Book (slowly!) and am happy to separately offer up changes as I work through for you to consider. Is it OK if I update the glossary as well? |
Yup! Whenever you have the chance, no rush. Same with the glossary, I would love to see it significantly expanded. :) |
The two references to the "Path system variable" have changed to the "%PATH% system variable".
Path now updated to %PATH%. |
@bors: r+ rollup |
Thank you! |
📌 Commit f2c7345 has been approved by |
Updated "Installing Rust" and "After installation" to provide additional guidance to Windows users on including Rust in the Path system variable. r? @steveklabnik
Updated "Installing Rust" and "After installation" to provide additional guidance to Windows users on including Rust in the Path system variable.
r? @steveklabnik