PATH problem during RedCloth installation

喜欢而已 提交于 2019-12-24 18:55:23

问题


I'm trying to run "bundle install" and it tries to install RedCloth. But it seems like theres a problem during the installation because of my path variable. When I tried "gem install RedCloth" I had the exact same error.

I truly dont know what I'm supposed to do with my PATH variable.

http://img231.imageshack.us/img231/613/bad4f6afda58444fa77707b.png

My current PATH variable is "%APPDATA%\Python\Scripts;C:\Program Files\Google\google_appengine\"


回答1:


You need to install the Ruby Installer dev kit.

Download the "development kit" here: http://rubyinstaller.org/downloads

And follow these instructions: https://github.com/oneclick/rubyinstaller/wiki/Development-Kit



来源:https://stackoverflow.com/questions/4797707/path-problem-during-redcloth-installation

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