-
Notifications
You must be signed in to change notification settings - Fork 937
Install ends with error: toolchain 'stable' not installed
#277
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
|
When I got this error, I removed existing |
Indeed, just removing |
Maybe add an option to remove existing |
Yeah, I need to buckle down and write some compatibility code to handle multirust.sh -> rustup upgrades. Probably what @chriskrycho suggests is best, just detect the old directories, and offer to either remove them or cancel before proceeding. |
If removing these directories, try to preserve overrides. It's a bit wasteful to have to download toolchains again, but it's not user data. Overrides are user data and there should be a harder attempt to keep them. |
@kamalmarhubi Right, and this is probably why XDG standard distinguishes a config directory from a cache directory (cf. #247 ) |
In the meantime, perhaps tell users to kill the whole ~/.multirust directory? deleting only the version file isn't helpful. Maybe
Should be:
|
My gut feeling is that multirust is no longer an issue, so I'm going to close this. If you still have interest in multirust and issues with updating to a modern rustup then please open a fresh issue to discuss them. |
Source.
The text was updated successfully, but these errors were encountered: