|  |      1cngithub      2012-03-10 09:46:26 +08:00 对。 | 
|  |      2_why OP 谢谢,貌似鸟哥网站上内容也挺丰富的,我先在网站上学习 | 
|  |      327493586      2012-03-10 10:03:00 +08:00 系统装好之后你就可以开始学习Rails了,为啥要先学Linux? | 
|  |      4_why OP @27493586 我想在学习Ruby的过程中多多了解些Linux的知识,免得日后部署或啥的遇到了问题连个linux命令都不会解决不了哈 | 
|  |      5lowstz      2012-03-10 10:06:13 +08:00 | 
|  |      6zhuzhuor      2012-03-10 10:06:22 +08:00 ubuntu桌面,就直接装最新版的吧,11.10 然后直接当桌面用呗,啥都不用学 知道怎么apt-get安装软件,怎么用terminal/ssh就行了 | 
|  |      7_why OP @cngithub @lowstz 谢谢! @zhuzhuor 也是! 不过刚在Linux下面安装Ruby时候就碰到了无法连接到主机的问题...正在搜索怎么解决 ruby-1.9.2-p318 - #fetching ruby-1.9.2-p318 - #downloading ruby-1.9.2-p318, this may take a while depending on your connection... curl: (7) couldn't connect to host There was an error, please check /home/jwu/.rvm/log//*.log. Next we'll try to fetch via http. Trying ftp:// URL instead. curl: (7) couldn't connect to host There was an error, please check /home/jwu/.rvm/log//*.log There has been an error while trying to fetch the source. Halting the installation. There has been an error fetching the ruby interpreter. Halting the installation. | 
|  |      8lowstz      2012-03-10 10:18:28 +08:00 @_why 开vpn,或者换taobao的Rubygems镜像 http://ruby.taobao.org/ | 
|  |      9zhuzhuor      2012-03-10 10:20:25 +08:00 couldn't connect to host  这个应该是指连不上ruby的服务器 你的网连好了没 另外我不是写ror的,但是看到ruby最新的版本是1.9.3了,最好找个最新的教程或者直接跟着官方教程学习 | 
|  |      10_why OP @lowstz  我刚好也看到说是换taobao的这个镜像,但$ gem sources --remove http://rubygems.org/过不去,因为我连gem都没有装上... 本来我理应是到了这一步的,就卡在了无法连接的问题上 $rvm install ruby 1.9.2 $rvm --default use 1.9.2 $ruby -v $gem -V | 
|  |      11X_Del      2012-03-10 11:03:59 +08:00 谁说装 Ruby 非得用 Rvm 的? apt 也能装。 | 
|  |      13reducm      2012-03-10 11:31:17 +08:00 via Android www.ruby-chima.org, 国内最好的ruby社区, 看wiki,爬爬贴 | 
|  |      14icefishi      2012-03-10 11:35:36 +08:00 @reducm 是不是不小心打错了 ^_* http://ruby-china.org/ | 
|  |      15Kvm      2012-03-10 14:26:55 +08:00 debian下安装很方便的 |