-
Notifications
You must be signed in to change notification settings - Fork 55
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
after install cwgo command not found #225
Comments
I have this problem too |
Hello! Understood that you downloaded cwgo using go install, but received feedback that the command could not be found when using the cwgo command on the terminal. From my understanding, go install is used to compile and install specified packages or executable programs into $GOPATH/bin. This means that you may be able to find your cwgo in $GOPATH/bin and use the relevant cwgo commands in that directory. If you want to use the cwgo command anywhere on your computer, you need to configure the relevant environment variables (global variables). For example, I used Ubuntu 22.04 |
i have same problem,and i have already solve the problem,the reason is because my GOROOT and GOPATH be set as same value,so my 'go install' command not work,and also the 'cwgo' command not work either,use 'go env' to check your GOPATH setting |
cwgo server --type PRC --module github.com/cloudwego/biz-demo/gomall/demo/demo_thrift --service demo_thrift --idl ....\idl\echo.thrift |
is |
Describe the bug
after install complete
when i use phrase cwgo, the terminal raise a error message that's command not found
The text was updated successfully, but these errors were encountered: