I am trying to keep the gemset of rvm when I create a new terminal tab on Mac OS. I know that I can set a gemset as a default but I don't want to do this.
Maybe someone can help me with this question.
Thanks a lot.
I am trying to keep the gemset of rvm when I create a new terminal tab on Mac OS. I know that I can set a gemset as a default but I don't want to do this.
Maybe someone can help me with this question.
Thanks a lot.
Copyright © 2021 Jogjafile Inc.
Create a ruby-version file with rvm. In terminal, go to project directory and run:
rvm --ruby-version use 1.9.3@my_appHere
1.9.3is your current ruby version andmy_appis gemset name.