0
如何使用Ansible,如何使用gem(或其他)模塊安裝gem(在本例中爲bundler),以便我可以無誤地運行以下命令?如何爲rbenv安裝gems,使用Ansible
[email protected]:~$ ~/.rbenv/bin/rbenv exec bundle install
rbenv: bundle: command not found
如何使用Ansible,如何使用gem(或其他)模塊安裝gem(在本例中爲bundler),以便我可以無誤地運行以下命令?如何爲rbenv安裝gems,使用Ansible
[email protected]:~$ ~/.rbenv/bin/rbenv exec bundle install
rbenv: bundle: command not found
好了,你可以隨時使用束從墊片目錄
command: ${HOME}/.rbenv/shims/bundle install --deployment
的可能的複製[安裝使用Ansible捆紮機寶石(http://stackoverflow.com/questions/22115936/install-捆綁寶石 - 使用 - ansible) – Grimtech