Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save floer32/9f15b6c5adba21c559ee9b9ef6a4f467 to your computer and use it in GitHub Desktop.
Save floer32/9f15b6c5adba21c559ee9b9ef6a4f467 to your computer and use it in GitHub Desktop.
How to fix Rubymine having issues finding your Ruby SDK. I hit this when switching from rbenv to asdf.

problem:

Error configuring SDK: [...]. 
Please make sure that [... ruby path, from asdf or otherwise ...] is a valid home path for this SDK type.

solution that worked for me:

  1. close RubyMine
  2. delete .idea/ folder [assuming you can do so; you could probably edit some stuff inside if you needed to be precise]
  3. re-open project in RubyMine

source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment