DEV Community

Cover image for Setting Up RubyMine with asdf in a WSL Environment
Getulio Ruiz
Getulio Ruiz

Posted on

Setting Up RubyMine with asdf in a WSL Environment

  1. Open the "Settings" menu.
  2. Navigate to "Languages & Frameworks > Ruby SDK and Gems."
  3. Click the "+" button.
  4. Choose "Remote Interpreter or Version Manager".
  5. Select WSL.
  6. In the Linux Distribution section, choose your preferred distribution.
  7. In the Ruby or version manager path, add the following: "/home/<user>/.asdf/installs/ruby/3.3.0/bin/ruby".

Top comments (0)