`
aiaiya
  • 浏览: 41609 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
最近访客 更多访客>>
社区版块
存档分类
最新评论

Debian安装rails出现-bash rails: command not found的解决办法

阅读更多
出现rails: command not found一般是由于path的原因。如下操作:
vim /etc/profile
加入
RAILS_PATH=/var/lib/gems/1.8/bin
PATH=$PATH:$RAILS_PATH
export PATH

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics