talhasch / stnm

Stacks blockchain node process manager
MIT License
1 stars 0 forks source link

building stacks-blockchain failed #2

Open fluidvoice opened 3 years ago

fluidvoice commented 3 years ago

Rust/cargo was installed but not put in the path - I had to manually run source $HOME/.cargo/env The assert cargo on this line did not do anything useful: https://github.com/talhasch/stnm/blob/075dcf673cc7ac9c3c79687890d5f712bd44b632/stnm/install.py#L64

talhasch commented 3 years ago

That line is quite important actually. We need cargo in PATH in order to start building. What is your OS?

fluidvoice commented 3 years ago

That line is quite important actually. We need cargo in PATH in order to start building. What is your OS?

It was Ubuntu 20.04 LTS in a VirtualBox VM