-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Installs rust even if rust is installed already #229
Comments
Closing as working as intended, the |
I've found that script on crates.io, listed as the way to install cargo. I think in that context it's reasonable to expect it to be able to just |
The wording around the installation procedure explicitly says:
If you're interested in just cargo itself, you'd likely come to this repository which has instructions in the README about how to install from just the cargo nightly. It seems prudent to have some only-cargo instructions, however, and I would recommend opening an issue/PR at https://github.com/wycats/cargo-website for tweaks to the website. |
I've installed rust via
brew install rust
. On top of that I wanted to install cargo only, but whenI run
rustup.sh
it tries to install (another copy of) rust again.I'd prefer if the install script checked for existence of rust first, or if there was a cargo-only install script.
The text was updated successfully, but these errors were encountered: