thoughtbot / terrapin

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

'run' CommandNotFoundError #8

Closed robstove closed 6 years ago

robstove commented 6 years ago

We're getting an error when executing the run command from Terrapin. Below is the callstack. Is this a mis-configuration of sorts?

Terrapin::CommandNotFoundError
/var/lib/gems/2.3.0/gems/terrapin-0.6.0/lib/terrapin/command_line.rb:82:in `run'
/home/ycd/rambleron-web/lib/command.rb:11:in `run'
/home/ycd/rambleron-web/app/jobs/generate_approval_images_job_v2.rb:562:in `create_mark'
robstove commented 6 years ago

Adding the gem to $PATH fixed the issue.

nagendrababu0701 commented 2 years ago

How to add $PATH, Could you please help me