Command Line Application 'mine' not found - V3.1
The release notes for RubyMine 3.1 states there is a command line application 'mine' but in my shell on mac I can't find 'mine'. Does something need to be installed or added to my path for it show up?
Thanks,
Jay
Please sign in to leave a comment.
Hello Jason,
RubyMine prompts you to create the command-line launcher in its initial configuration
dialog. If you've bypassed it, you can create the script manually using a
command in the File menu.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I had the same issue. It works now after creating the script via the menu entry, but I'm very sure, that I was not asked to create it during setup. But I have two additional issues:
cheers,
Achim
Same here, I don't remember being prompted to install the command line launcher. I was upgrading so maybe if you do a fresh install and don't import settings you get prompted.
Either way for folks that have the same issue you can find the option at File -> Create Command Line Launcher.
Known problem, already fixed in 3.1.1 but you will need re-create "mine" script or fix it manually to use "open -a" command instead of ....RubyMine.app/Contents/MacOS/rubymine
Correct mine script looks like:
Don't forget to correct "RUN_PATH" and "CONFIG_PATH" according your paths.