Bash: command not found capify. RVM, Mac 10.8.4

I'm having trouble getting the capistrano command capify .. I installed gem (I tried it manually and through gemfile to make sure this helps) when it appears, and I use RVM and mac osx 10.8.4.

All the documented issues with this question indicate a problem, since my file etc/pathsseems very different from the results echo $PATH, this would seem accurate. However, I'm not sure what to fix and what to add to make the work work.

How can I change my settings and get capify. team work?

Below is my env information. If someone needs more code, just scream.

sudo nano etc / paths

/usr/bin
/bin
/usr/sbin
/sbin
/usr/local/bin

result echo $PATH

/Users/andrew/.rvm/gems/ruby-1.9.3-p448/bin:/Users/andrew/.rvm/gems/ruby-1.9.3-p448@global/bin:/Users/andrew/.rvm/rubies/ruby-1.9.3-p448/bin:/Users/andrew/.rvm/bin:/Applications/Postgres.app/Contents/MacOS/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/Users/andrew/.rvm/bin:/home/user/.gem/ruby/1.8  

install package

Using capistrano (3.0.0) 

bundle show capistrano

/Users/andrew/.rvm/gems/ruby-1.9.3-p448/gems/capistrano-3.0.0

works with exec package

bundle exec capify .
bundler: command not found: capify
Install missing gem executables with `bundle install`
+4
1

, . , , :)

https://github.com/capistrano/capistrano/issues/679

capify .

cap install

exec.

+8

All Articles