RVM Ruby with TK installation (OSX)

*爱你&永不变心* 提交于 2019-11-29 12:21:48

RVM disables tk/tcl by default (problems on OS X), you need to tell ruby (via rvm) you want tk/tcl:

rvm install 1.9.2 --enable-shared --enable-pthread --with-tk --with-tcl

First, install ActiveState's ActiveTCL from here. Then, reinstall Ruby with this command:

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