Hello,
I'm trying to run a Helium Blockchain node, which is dependent on a few things - one being rustup.
I am working on a linux server and installed the default
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
command.
I then am able to run rustup --version && cargo --version
to see the proper latest version. I also see the .cargo/bin
in my PATH vars.
The help I got from the Helium Blockchain team was to check my install. Is there any additional tests I can check to see a proper install?
Maybe you could also tell us what doesn't work, i. e. what kind of error you're running into.
1 Like
Yep - good call.
Basically there is a make file that comes from this repo .
And I am receiving this error:
sh: 1: exec: cargo: not found ===> Hook for compile failed!
Still having some issues. The machine I'm installing on has multiple users, so the $HOME env var is different for each. Where should rustup be installed in that case?
ZiCog
November 17, 2021, 5:32am
#5
You need to install as root I think.
See:
Doing so seems to have some downsides.
system
closed
February 15, 2022, 5:32am
#6
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.