首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > Ruby Rails >

ubuntu下安装rubymine

2012-08-24 
ubuntu上安装rubymineUnpack the downloaded archive:?tar -xzf rubymine-2.0.2.tar.gzMove the unpacked

ubuntu上安装rubymine

  • Unpack the downloaded archive:?tar -xzf rubymine-2.0.2.tar.gz
  • Move the unpacked RubyMine folder to the desired destination.?/opt/rubymine?is a nice place.
  • sudo vim /etc/profile?and add add a line:?export JDK_HOME='/usr/lib/jvm/java-6-sun'
  • Restart X
  • Add a launcher icon to your gnome panel. The command to call is?/opt/rubymine/bin/rubymine.sh. For the icon there is a nice SVG of the RubyMine logo in that?bin?folder as well.

热点排行