https://github.com/xiaolai/xiaolai.github.io/tree/master/2016/06/16/makecs-basic-dev-env-settup
按照"安装 rvm 与 Ruby 2.3.1"章节部分,执行第一行命令后:
1 \curl -sSL https://get.rvm.io | bash -s stable
会报 --command not found
需要关闭打开的terminal窗口,重开一个,才能执行后面两行:
'rvm install [version]'