dylanPowers / ipfs-linux-service

Run the IPFS daemon as a Linux system init daemon
64 stars 17 forks source link

I'm missing a GOPATH environment variable. Do you have Go configured correctly? #2

Open ghost opened 9 years ago

ghost commented 9 years ago

Hi,

I'm trying to get the startup service installed on the most recent linux Mint- I get the following error when I run 'install-ipfs.sh':

chris@Brooklyn:~/Apps/ipfs/initdscript/ipfs-linux-service-master > sh install-ipfs.sh

I'm missing a GOPATH environment variable. Do you have Go configured correctly?

chris@Brooklyn:~/Apps/ipfs/initdscript/ipfs-linux-service-master >

I installed gccgo & gccgo-go with aptitude, & I set the GOPATH variable to ~/go, which is empty. I used this command:

export GOPATH=$HOME/go I don't know what to do to get this to work right, could you advise please?

Thanks,

-Chris

Nickfost commented 8 years ago

same. please help

dylanPowers commented 8 years ago

Oh boy it's been a long time since I played with IPFS :open_mouth: I'd be happy to accept a pr or let someone else take ownership of this small piece of code. I just don't have the time nor interest to provide support.