Hi everyone !
I’m trying to install Duplicacy-cli on multiple VMs, on most of my VMs it worked perfectly. On some VMs, the duplicacy_main command (not the usual duplicacy command ??) is available only in the installation directory.
I’m completely new to go packages/environment and I’m a bit lost. I’ve tried to completely uninstall/install multiple times without success.
Here is my installation process :
GIT_SSL_NO_VERIFY=true go get -u github.com/gilbertchen/duplicacy/... cd go/src/github.com/gilbertchen/duplicacy/ go build duplicacy/duplicacy_main.go
Here is my go env :
export HISTTIMEFORMAT="%d/%m/%y %T " export GOPATH=/root/go export GOBIN=/bin PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:: export PATH
Do you have hints on where the error is ?