dustinblackman / speakerbot

A simple Discord music bot written in Go
MIT License
51 stars 8 forks source link

Makefile fails the glide installation #4

Closed CodeArtsOnline closed 7 years ago

CodeArtsOnline commented 7 years ago
root@catalyst-hosting:/usr/workspace/src/github.com/dustinblackman/speakerbot # make
if [ ! -d "./vendor" ]; then make bootstrap; fi
which glide || go get github.com/Masterminds/glide && glide install -s
glide: not found
*** Error code 127

Stop.
make[1]: stopped in /usr/workspace/src/github.com/dustinblackman/speakerbot
*** Error code 1

Stop.
make: stopped in /usr/workspace/src/github.com/dustinblackman/speakerbot

This is what i get when i try to install...

dustinblackman commented 7 years ago

Your GOPATH setup correctly? Glide can also be installed from here. https://github.com/Masterminds/glide#install

CodeArtsOnline commented 7 years ago

Yes the GOPATH is set up, other installations worked, just this one failed

I installed glide manually but still that error kept popping up

dustinblackman commented 7 years ago

glide install fails in the directory?

dustinblackman commented 7 years ago

Stale.