Read more

Create a new gemset with RVM

Deleted user #17
November 23, 2011Software engineer

To use different Ruby versions on your computer you can use the Ruby Version Manager Show archive.org snapshot . It also allows you to pack different gemsets for each of your applications. In order to create on of those just type ...

rvm use 1.8.7-p323@makandra_project_xy --create
Illustration web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
Read more Show archive.org snapshot

This command creates and switches to the newly created gemset.

Posted to makandra dev (2011-11-23 09:15)