Troubleshooting

First off, we're sorry to hear you're having issues with RubyEnv. Let's get you back on track!

Common Issues & Solutions

Ruby Version Not Switching

If RubyEnv isn't switching to the correct Ruby version for your project, ensure that you've activated the appropriate environment. Right-click on your environment in the sidebar and select "Activate". If the issue persists, try restarting your terminal or shell session. If the problem continues, check your shell configuration file (e.g., .bashrc, .zshrc) to ensure that RubyEnv's initialization script is correctly sourced.

Gem Installation Fails

If you encounter errors while installing gems, it could be due to missing dependencies or incorrect permissions. Ensure that you have the necessary build tools installed on your system. For macOS, you can install the Xcode Command Line Tools by running xcode-select --install in your terminal.