installing rubymine on ubuntu
Asked Answered
T

3

7

I'm new to ubuntu, and installed rubymine as they say on site, after installation I didn't find any app shortcut or new files, so for now I'm running the using the same script I wrote to install it, and I really don't like it, the files are in my downloads folder.

What to do?

Thaxter answered 19/4, 2011 at 7:35 Comment(0)
R
7

The easiest way to reach this is to launch File | Create Launcher command. It will register mine command for launching RubyMine. However you can do this manually: Once you've unpacked RubyMine you can easily create symbolic link using the following command: sudo ln -s $path_to_installation/bin/rubymine.sh /usr/local/bin/mine. After executing this command it you'll be able to launch RubyMine using mine command.

Reisinger answered 19/4, 2011 at 9:39 Comment(0)
H
2

May have changed in newer versions of RubyMine, but on RubyMine 5.4 on Ubuntu 12.10, I found it under "Tools | Create Command Line Launcher" (Tools, instead of under File). Wouldn't have found it at all if not for Oleg's suggestion, though, thanks!

Habitat answered 7/10, 2013 at 21:25 Comment(0)
M
1

This is a better question for https://unix.stackexchange.com/ but usually you simply want to install to /usr/local/bin so it will become a program that can be run from anywhere on the computer.

Manhandle answered 19/4, 2011 at 7:38 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.