Last active
August 29, 2015 14:04
-
-
Save jwliechty/0fe68a416d338c373c82 to your computer and use it in GitHub Desktop.
Update RubyMine on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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