ruby and ruby ee


/ Published in: Rails
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Ruby and Ruby EE in same system
  2.  
  3. ln -s /opt/ruby/bin/ruby /usr/bin/ruby_ee
  4. ln -s /opt/ruby/bin/gem /ust/bin/gem_ee
  5.  
  6.  
  7.  
  8. gem_install.sh
  9.  
  10. sudo gem install $1
  11. sudo gem_ee install $1

URL: http://ipotpal.bgurl.org

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.