Skip to content
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

Fix rustup installer #3471

Closed
eykamp opened this issue Sep 3, 2023 · 3 comments
Closed

Fix rustup installer #3471

eykamp opened this issue Sep 3, 2023 · 3 comments

Comments

@eykamp
Copy link

eykamp commented Sep 3, 2023

In installed rust on a clean Raspberry Pi 4 with the current version or raspberian using curl https://sh.rustup.rs -sSf | sh, which I understand is the supported method for installing rust. It failed.

The solution was to use a non-default option, as described here:
https://stackoverflow.com/questions/67148415/fail-to-run-cargo-after-install-rust-on-raspberry-pi-4

I think it would be great if the install script could detect a Raspberry Pi and provide the correct default option.

I had the exact same set of issues described here: #2565

@rami3l

This comment was marked as outdated.

@rami3l

This comment was marked as outdated.

@rami3l
Copy link
Member

rami3l commented Oct 5, 2023

Duplicate of #3307.

@rami3l rami3l closed this as completed Oct 5, 2023
@djc djc reopened this Oct 5, 2023
@djc djc closed this as not planned Won't fix, can't repro, duplicate, stale Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants