oink icon indicating copy to clipboard operation
oink copied to clipboard

Running Oink from my Terminal

Open ems2141 opened this issue 9 years ago • 1 comments

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

ems2141 avatar Nov 07 '15 17:11 ems2141

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

amurani avatar Dec 07 '15 13:12 amurani