
1 cngithub 2012 年 3 月 10 日 对。 |
2 _why OP 谢谢,貌似鸟哥网站上内容也挺丰富的,我先在网站上学习 |
3 27493586 2012 年 3 月 10 日 系统装好之后你就可以开始学习Rails了,为啥要先学Linux? |
5 lowstz 2012 年 3 月 10 日 |
6 zhuzhuor 2012 年 3 月 10 日 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. |
8 lowstz 2012 年 3 月 10 日 @_why 开vpn,或者换taobao的Rubygems镜像 http://ruby.taobao.org/ |
9 zhuzhuor 2012 年 3 月 10 日 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 |
11 X_Del 2012 年 3 月 10 日 谁说装 Ruby 非得用 Rvm 的? apt 也能装。 |
13 reducm 2012 年 3 月 10 日 via Android www.ruby-chima.org, 国内最好的ruby社区, 看wiki,爬爬贴 |
14 icefishi 2012 年 3 月 10 日 @reducm 是不是不小心打错了 ^_* http://ruby-china.org/ |
15 Kvm 2012 年 3 月 10 日 debian下安装很方便的 |