Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

anirip: command not found #16

Open
KamillaPup opened this issue Jun 11, 2018 · 2 comments
Open

anirip: command not found #16

KamillaPup opened this issue Jun 11, 2018 · 2 comments

Comments

@KamillaPup
Copy link

I'm not sure what I'm doing wrong D:

I'm doing this in Terminal in Mac OS 10.13.1. I was able to install golang without problems and have the folder $home/go. The problem is after I clone the git, I do go get and go install and no errors appear but when I run a command with anirip, it says command not found. Anything else I can try?

@nolliv
Copy link

nolliv commented Jun 18, 2018

Hello there. Go commands by default will build binaries to $GOPATH/bin so make sure it's in your $PATH. you can do this with echo 'export PATH=$PATH:$GOPATH/bin' >> ~/.bash_profile; source ~/.bash_profile

@Asuri05
Copy link

Asuri05 commented Sep 29, 2019

I might be being very stupid but I'm also having the same issue. I can run say go install LINK and it does it just fine, but I can't do go anirip ~ anirip ~ or cd'ing to the bin directory and running the anirip file. I've had a tiny bit of luck doing /users/~/bin/anirip/ ~ and I get the final string in Terminal to say [[anirip] Downloading video...] but that's as far as it goes. It never actually downloads anything.

Am I being stupid?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants