Error running jekyll locally (rvm gemset issue)

﹥>﹥吖頭↗ 提交于 2019-12-06 08:31:20
Matt Roberts

rvm use 1.9.3@test --create - Use & created gemset.

gem install jekyll - Install the gem.

The most important step was to use ruby rvm use 1.9.3. RVM by default should use and set default first installed ruby.

You need to get back to basics of using RVM:

It should be only few minutes to check them - and they should allow you to avoid further confusions.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!