Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. $ cat /etc/lsb-release
  2. DISTRIB_ID=Ubuntu
  3. DISTRIB_RELEASE=10.04
  4. DISTRIB_CODENAME=lucid
  5. DISTRIB_DESCRIPTION="Ubuntu 10.04.1 LTS"
  6.  
  7.  
  8. Installed ruby via
  9.  
  10. $sudo apt-get install ruby (istalled ruby)
  11.  
  12. had to manually rubygems-1.3.7
  13.  
  14. now gem install rails
  15. ERROR: Error installing rails:
  16. i18n requires RubyGems version >= 1.3.6
  17.  
  18. solution needed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement