-
Notifications
You must be signed in to change notification settings - Fork 10.6k
install.sh checks for rustc and cargo but not rustup. #999
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
Comments
It's quite possible to end up with For me personally it even more preferrable way to don't install rustup itself if I have way to install |
By the way, rust installation from distributions like mentionend above is one of recommended ways to install rust: https://forge.rust-lang.org/infra/other-installation-methods.html |
The recommended way to install Rust has, and will likely always be rustup. I do agree that sometimes installing from distro package managers, or from source can be preferential, and I think we could probably provide an installation script flag to skip these rustup-specific checks. |
Please do. Rustling doesn't depend on nightly or other builds than stable. Tooling like clippy is important, and it's usually installed by a package manager |
Not quite true, the recommended way to install Clippy is via |
@mo8it FYI, clippy and some other tooling is installed by package managers during Rust installation. I hope new way to install wouldn't depend on Nightly |
However, rustup is used at the end to install Clippy.
While it is likely uncommon to end up with rustc and cargo but not rustup it is possible.
The text was updated successfully, but these errors were encountered: