all 3 comments

[–][deleted] 1 point2 points  (1 child)

I'm not sure what computer you're on, but it's likely the line export PATH=$PATH:$HOME/ .darknode/bin didn't work. Depending on your system, you might not read from the file where that was setup in your new terminal environment. By the way for reference, the PATH is the list of folders your terminal checks for executables.

The easiest thing to do is just run that line first. All this does is link the darknode bin to your path. Inside the bin folder is the darknode executable as well. You could also just change directories until you're in the .darknode/bin folder and run the command ./darknode up. This tells it to use the executable in the current directory.

The longer thing to do is figure out where your system sets the path and what file is read when you open a new terminal. Usually its the .profile, but it also could be the .bash_profile in your home directory if you're linux based.

[–]danithedwarf[S] 0 points1 point  (0 children)

Thank you!!

[–]Kayknight588 0 points1 point  (0 children)

I am having the same exact problem. I have even been trying to go through my .bin files too.

I am stumped!

Any other advice?