thoughtbot / terrapin

Run shell commands safely, even with user-supplied values
Other
244 stars 20 forks source link

Terrapin::CommandNotFoundError: Terrapin::CommandNotFoundError #11

Open masudhossain opened 5 years ago

masudhossain commented 5 years ago

Getting Terrapin::CommandNotFoundError: Terrapin::CommandNotFoundError only in production

akshayshell commented 5 years ago

@masudhossain did you able to solve the above issue? I am also seeing the same failure for production environment. Thanks!

shcyiza commented 4 years ago

if you have the paperclip gem installed in you need to install the image processor ImageMagick as suggested in the read me of the gem: https://github.com/thoughtbot/paperclip#image-processor

this has solved this issue for me.

fakefarm commented 3 years ago

Note this error can be related to any dependency that needs to be installed. For example, I hit this same issue with tesseract, so the solution for me was

brew install tesseract
venkateshkarni commented 2 years ago

This has sloved this issue for me. MacBook Air brew install imagemagick