noahd1 / oink

Log parser to identify actions which significantly increase VM heap size
MIT License
1.18k stars 71 forks source link

Running Oink from my Terminal #39

Open ems2141 opened 8 years ago

ems2141 commented 8 years ago

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

amurani commented 8 years ago

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