flat-carpet-28845
06/24/2018, 4:08 PM$GOPATH
). Then I didn’t do go build
and go install .
to get the executable in the $PATH
through the $GOPATH/bin
- I guessed this from the error I got about the program executable missing. And while doing that I realized the dependencies didn’t install automatically, so I installed it using dep ensure
, and then I faced the plugin issue finally, for which you just helped me 🙂pulumi update
and then make changes to the code, I have to again go install .
to get a new executable in the $PATH
and then only pulumi
can recognize changes made. Something to think about 🤔big-piano-35669
06/24/2018, 4:46 PM