-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Probe $CARGO_HOME/bin for subcommands by default #2192
Conversation
r? @huonw (rust_highfive has picked a reviewer for you, use r? to override) |
r? @brson |
@bors r+ Thanks for adding this. |
📌 Commit 48b3c78 has been approved by |
⌛ Testing commit 48b3c78 with merge 252c4f1... |
💔 Test failed - cargo-mac-32 |
@bors: retry On Thu, Dec 3, 2015 at 3:56 PM, bors [email protected] wrote:
|
⌛ Testing commit 48b3c78 with merge 7dac07c... |
💔 Test failed - cargo-mac-64 |
Don't require PATH modifications for new cargo subcommands by looking specifically in $CARGO_HOME/bin for installed commands. Closes rust-lang#2189
48b3c78
to
20b768e
Compare
Don't require PATH modifications for new cargo subcommands by looking specifically in $CARGO_HOME/bin for installed commands. Closes #2189
☀️ Test successful - cargo-linux-32, cargo-linux-64, cargo-mac-32, cargo-mac-64, cargo-win-gnu-32, cargo-win-gnu-64, cargo-win-msvc-32, cargo-win-msvc-64 |
Don't require PATH modifications for new cargo subcommands by looking
specifically in $CARGO_HOME/bin for installed commands.
Closes #2189