Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflicting Ruby version managers #572

Open
parkerbxyz opened this issue May 24, 2023 · 1 comment
Open

Conflicting Ruby version managers #572

parkerbxyz opened this issue May 24, 2023 · 1 comment

Comments

@parkerbxyz
Copy link

parkerbxyz commented May 24, 2023

Both RVM and rbenv are both installed in the universal image and other images. These version managers conflict with each other and cause problems. I've struggled to use these images in a project with a .ruby-version file because of this conflict.

See also:

@samruddhikhandale
Copy link
Member

Hi 👋

This ENV based to disable rbenv / rvm based on an environment variable would also apply to the codespaces-linux image.

Unless things have changed now, as proposed in microsoft/vscode-dev-containers#704 (comment), we should add this support to the images. // cc @Chuxel

We should update the Ruby Feature, and add two new Feature options which controls rvm and rbenv installation. (eg: installRVM, installRbenv)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants