Skip to content

Instantly share code, notes, and snippets.

@jwliechty
Last active August 29, 2015 14:04
Show Gist options
  • Save jwliechty/0fe68a416d338c373c82 to your computer and use it in GitHub Desktop.
Save jwliechty/0fe68a416d338c373c82 to your computer and use it in GitHub Desktop.
Update RubyMine on Ubuntu
cd /usr/local/lib/ruby/
sudo mv ~/Downloads/RubyMine-7.1.1.tar.gz .
tar xzf RubyMine-7.1.1.tar.gz
sudo chown -R jwliechty:jwliechty RubyMine-7.1.1
update-alternatives --list rubymine
sudo update-alternatives --install /usr/bin/mine rubymine /usr/local/lib/ruby/RubyMine-7.1.1/bin/rubymine.sh 1
sudo update-alternatives --config rubymine
vi /home/jwliechty/.gnome2/panel2.d/default/launchers/mine-1.desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment