oink
oink copied to clipboard
Running Oink from my Terminal
Hello,
I have the oink gem installed and can read through the oink log within my rails application. I would like to run the oink commands in the terminal that are outlined within the readme but I get this error:
-bash: oink: command not found
How do I make sure that I have installed oink properly so that I can call oink commands in the terminal?
Thank you, Ellie
Hello,
I had the same issue so I hope this helps despite being like a month late. I run on a Macbook and whenever I install gems via the Gemfile and try to run them via the terminal I get the same error. What I'd suggest you try that always works for me is run this instead
bundle exec oink
Hope it helps