English 中文(简体)
如何使用傀儡在 Varant (Ubuntu 12. 04 LTS) 上安装 Rvm?
原标题:How to install rvm on Vagrant (Ubuntu 12.04 LTS) using Puppet?
最佳回答

如果您重新使用 < a href=> https://github.com/blt04/puppie-rvm" rel=“ nofollow” >puppie-rvm 模块 , 如果您设置 default_use {gt; true , 因为刚才安装的Ruby可能无法使用木偶。 木偶- rvm 模块已安装在全系统范围, 所以您需要确保 root s Ruby 是 Ruby 避免断裂的系统 。

问题回答

for vagrant you could build a box with RVM already installed, just use veewee and this definition: https://github.com/mpapis/rvm-test-vagrant/tree/master/definitions/rvm-ubuntu-12.04-amd64

我昨天盖的,一切正常





相关问题
How to completely wipe rubygems along with rails etc

Ok, so I decided I d be cool and try to use Rails3 that s in beta. Then, things were getting hard to manage so I got rvm. I installed ruby 1.9.2-head in rvm and things were working, and then a ...

JVM version manager

Is there Ruby Version Manager equivalent for the Java world? I m looking for tool which allow me to easily download and install a new JVMs and switch between them. For example: jvm install <...

Emacs is ignoring my path when it runs a compile command

I m trying to get a compile command (rake cucumber) to run with a specific ruby version on my Mac OS X system, I use rvm to do this currently in the terminal. My ~/.MacOSX/environment.plist has the ...

Wrong date with ruby Date.today and DateTime.now

I ve installed ruby-1.8.6-p383 with RVM. System ruby is 1.9.1_p378-1 I m getting the wrong date from Date.today and DateTime.now when using ruby 1.8.. Whereas Time.now is correct: irb(main):002:0>...

热门标签