Uh oh!
There was an error while loading. Please reload this page.
Guidance on Windows install re "Add to PATH" - #27183
Conversation
Updated "Installing Rust" and "After installation" to provide additional guidance to Windows users on including Rust in the Path system variable.
rust-highfive
commented
Jul 21, 2015
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. |
There was a problem hiding this comment.
Shouldn't this be %PATH% or something?
There was a problem hiding this comment.
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
steveklabnik
commented
Jul 21, 2015
One small formatting nit, but otherwise, looks great 👍 |
Dangthrimble
commented
Jul 21, 2015
Steve, ----- Original Message ----- Reply to this email directly or view it on GitHub [2]. Links:[1] |
steveklabnik
commented
Jul 21, 2015
@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 |
Dangthrimble
commented
Jul 21, 2015
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? |
steveklabnik
commented
Jul 21, 2015
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".
Dangthrimble
commented
Jul 22, 2015
Path now updated to %PATH%. |
steveklabnik
commented
Jul 22, 2015
@bors: r+ rollup |
steveklabnik
commented
Jul 22, 2015
Thank you! |
bors
commented
Jul 22, 2015
📌 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