python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to Update dockerfile to set ruby version using rvm
I am new to docker and I am working on a project where we are running application locally in docker container. There is a dockerfile that is pulling base image from amazonlinux. I am using docker-comp...
User7354632781
Votes: 0
Answers: 2
can't install ruby with rvm on windows11 wsl
problem
i upgraded my windows to windows 11 and have ruby on rails projects in the wsl (ubuntu 18.04 ).
i use rvm to manage my ruby versions
after running
rvm install 3.0.0
during install the console...
Trevor Kitchen
Votes: 0
Answers: 1
How to switch ruby bundler from rvm to asdf?
I am using rvm and I needed to switch to asdf, I installed ruby 2.3.1 using asdf but when I execute which bundler I get this:
/Users/ali/.rvm/gems/ruby-2.3.0/bin/bundler
how can I switch the bundler ...
Ali Alhammouri
Votes: 0
Answers: 0