Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Command Doesn't Do Anything #26

Open
jfredson opened this issue Oct 7, 2024 · 2 comments
Open

Install Command Doesn't Do Anything #26

jfredson opened this issue Oct 7, 2024 · 2 comments

Comments

@jfredson
Copy link

jfredson commented Oct 7, 2024

Hello! I am excited to try this application for the first time on MacOS. I have installed Go version 1.23.2 as instructed in the Read Me but when I run the go install github.com/reugn/gemini-cli/cmd/gemini@latest command nothing happens.

Do you have any insight on how to troubleshoot this? As there is no error message and the command seems to run fine (but not do anything), I am confused how to approach figuring this out.

Thanks so much.

@jfredson
Copy link
Author

jfredson commented Oct 7, 2024

Screenshot 2024-10-07 at 4 22 38 PM

@reugn
Copy link
Owner

reugn commented Oct 8, 2024

Hi, @jfredson. See the go install instructions.

The go install command builds and installs the packages named by the paths on the command line. Executables (main packages) are installed to the directory named by the GOBIN environment variable, which defaults to $GOPATH/bin or $HOME/go/bin if the GOPATH environment variable is not set. Executables in $GOROOT are installed in $GOROOT/bin or $GOTOOLDIR instead of $GOBIN.

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

No branches or pull requests

2 participants