Skip to content

Instantly share code, notes, and snippets.

@VincentRbbmnd
Last active June 8, 2018 12:15
Show Gist options
  • Save VincentRbbmnd/3001efaf446244292634f886ee558d29 to your computer and use it in GitHub Desktop.
Save VincentRbbmnd/3001efaf446244292634f886ee558d29 to your computer and use it in GitHub Desktop.
Ubuntu (tested on 17.10 & 18.04) RubyMine installation steps

Ubuntu RubyMine installation steps

  1. Install RubyMine
sudo tar xf RubyMine-X.Y.Z.tar.gz -C /opt/
cd /opt/RubyMine-X.Y.Z/bin
./rubymine.sh
  1. When RubyMine has launched successfully, click Tools -> Create Desktop Entry...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment