ruby-ore / ore

Mine beautiful RubyGems from Ore
MIT License
241 stars 29 forks source link

Name conflict with RubyMine #15

Open 58bits opened 12 years ago

58bits commented 12 years ago

Minor issue - but 'mine' conflicts with 'mine' if RubyMine is installed.

mattkimmel commented 12 years ago

A quick fix for this is to re-create the RubyMine command-line launcher with a different name. sudo rm /usr/local/bin/mine (or wherever your RubyMine launcher is located), then open RubyMine, go to Tools|Create Command-line Launcher... and create a new launcher with a different name.

58bits commented 12 years ago

Thanks matt - that helps.