-
Notifications
You must be signed in to change notification settings - Fork 9
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
Installing via Mucho lead to some issues #42
Comments
Reinstalling |
Had to uninstall brew installed Rust. Brew install Rust in broken
|
maybe this has something to do with version issues of some type? the "solana" toolchain should be installed via the what is the output of the following command: rustup list |
I wonder if |
after some further research, it looks like so this does not appear to be a "mucho specific" issue, but rather a homebrew issue. mucho (naively) assumes rust is installed via rustup, since that is what the solana/agave/anchor docs all say to use. we will have to improve the edit: also opened an issue on the agave monorepo too: anza-xyz/agave#4651 |
Unfortunately I've already fixed my setup
Not sure, it's never worked for me
Seems like an odd requirement. Maybe there's a way we can install also with brew? |
what do you mean here? meaning installing all the tools via brew for mac? or just rustup? |
Install rust up with brew |
The rustup installer script already works for all operating system. I just made this PR to always check if rustup is installed. in the next version of mucho, this also makes it so we do not need to perform any checks for user's having note: the downside of that PR is that if a user already missing the solana toolchain due to already having run the solana installer without having rustup on their machine, no fix occurs to create the solana toolchain (aka platform tools). I am looking into how to manually fix this still and will add into mucho when I figure that out |
The text was updated successfully, but these errors were encountered: