archan937 / jsonv.sh

A Bash command line tool for converting JSON to CSV
MIT License
217 stars 45 forks source link

Afer execute the installer in Ubuntu 17.10 the command is not found #9

Open mrsarm opened 6 years ago

mrsarm commented 6 years ago

After execute the installer as explained in the README file, when I execute the command, I get:

$ jsonv
zsh: command not found: jsonv

Even restarting the command line I get the same. And looking if something was installed, I realized the command never was installed:

$ sudo find / -name jsonv

The command above doesn't get any result.