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

grib2json: command not found #24

Open
CristiCraciun opened this issue Apr 5, 2017 · 2 comments
Open

grib2json: command not found #24

CristiCraciun opened this issue Apr 5, 2017 · 2 comments

Comments

@CristiCraciun
Copy link

Hi, I have a problem running grib2json. When i trying to run grib2json -d -n -o grib.json grib.grb2 or just grib2json --help i am getting grib2json: command not found. I have installed grib2json accordingly. Java path is in /usr/lib/jvm/java-8-openjdk-amd64/bin and grib2json path /home/grib2json/target/grib2json-0.8.0-SNAPSHOT/bin. Thanks

@claustres
Copy link

Hello, it seems your grib2json script has not been added to your PATH environment variable or is not executable: chmod u+x grib2json.

Maybe you might find this fork useful: https://github.com/weacast/weacast-grib2json.

@LeoLittleZhun
Copy link

it works.

Hello, it seems your grib2json script has not been added to your PATH environment variable or is not executable: chmod u+x grib2json.

Maybe you might find this fork useful: https://github.com/weacast/weacast-grib2json.

it works. use command sudo gedit ~/.bashrc ,add grib2json-0.8.0-SNAPSHOT/bin to PATH.
And then,use command source .bashrc to refresh.
After that, the problem solved.

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

3 participants