-
Notifications
You must be signed in to change notification settings - Fork 384
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
CLI is not working #341
Comments
After installing Ponzu, CLI is not working ➜ ~ go get -u github.com/ponzu-cms/ponzu/... |
Please run the command below in terminal and then use export PATH=`go env GOPATH`/bin:$PATH |
Thanks @khozaei but this is not working. |
Hi, Can confirm that the command is not working for me either after running go get.. Any ideas on any other steps to try? Thanks |
what do these say for you? |
$SHELL $PATH $GOPATH |
Try running it from bash instead (making sure necesary path is the same) |
Running it from bash did not work for me either but I did refer to #342 issue. I checkedout to |
Same case, not sure if this is supported, really frustrating. |
Yeah well all this $GOPATH stuff was deprecated along with the changes to the module system, so this entire project needs a fix to that end. I'm spending some of my spare time trying to figure out how to best accomplish this. If you get a better idea of how to do this before I do lemme know because all I got was a big shrug from @nilslice |
It's been hooped since august 2019 with go 1.13 |
If you hope to understand further this goes into pretty complete details by the way https://github.com/golang/go/wiki/Modules |
@dmitridb I'm stuck getting ponzu to install using the fish shell. If you want any help testing the codebase updates lmk. Also curious if you've seen any interest or signs of life from @apilayer. I sent an email to support@apilayer.com and received and auto-responder, but no signs up human life yet. |
This worked for me. Also manually added to github.com/blevesearch/zap folders v12, v13, v14 and unzip there from zap releases axives. |
➜ ~ ponzu
zsh: command not found: ponzu
The text was updated successfully, but these errors were encountered: