You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: