ruby on rails - Command not found mina -


im trying start deploying rails app mina cant seem initialized

as can see here im not doing out of ordinary, have added mina gem list, installs fine, executable isn't found.

➜ trackitall git:(master) ✗ bin/bundle install 40 other gems using mina 0.3.4 bundle complete! 41 gemfile dependencies, 143 gems installed. use `bundle show [gemname]` see bundled gem installed. ➜ trackitall git:(master) ✗ mina init zsh: command not found: mina ➜ trackitall git:(master) ✗

i using rbenv ruby 2.1.5 project. ( osx 10.10.3 ) there no mina shim in ~/.rbenv/shims folder. far understand rbenv here should executables specific ruby env.

i using rbenv , had same problem mina not being found. had was:

rbenv rehash 

and then

mina init 

Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -