Losing fetchd setup every time I come back to develop #243
-
Hello all, Every time I come back to develop my agent I seem to lose the ability to interact with fetchd, although the repo remains cloned on my device. Specifically, I have to navigate back into the fetchd folder and run the following commands in order to successfully query which version of fetchd I am running, and its relative path (These commands are found in Building the Ledger) :
At this point I can successfully run How can I avoid having to re-setup fetchd every time I come back to do some dev work? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, just add the |
Beta Was this translation helpful? Give feedback.
Hello, just add the
export PATH=$PATH:~/go/bin
line at the end of the~/.bashrc
file