I am using echo project-name > .rbenv-gemsets to create a new gemset for rbenv.
echo project-name > .rbenv-gemsets
How can you verify that he is using this gemset?
gem list empty for the global gemset, so when I run it on the new gemset, it doesn't tell me anything.
gem list
make a rbenv gemset active
rbenv gemset active
If you configured rbenv and rbenv-gemset correctly, you will see the following output:
global project name
Source: https://habr.com/ru/post/1493810/More articles:to assign a structure with char array inside using "="? - cUnable to change Apache port number in Xampp - apacheHow to do all the free space - htmlhow to find if a string contains numbers followed by a specific string - javaHow to change excel function separator ";" on ","? - functionBinding a DataGrid Column DataTemplate with an attached property - wpfUIImageView set to imageWithData ignores contentMode - iosSelect2 and Ember.js - unable to set initial value - ember.jsSpecifying the target screen of a single JOptionPane - javaDirectX 11 early Z / Depth test - optimizationAll Articles