Hello,
I’ve just installed Ruby Gems on my OS X machine. Now I’d like to test
whether it works or not without downloading a gem (I wouldn’t need it
anyways). Is there a way to verify that my installation works?
Thank you very much in advance.
Hello,
I’ve just installed Ruby Gems on my OS X machine. Now I’d like to test
whether it works or not without downloading a gem (I wouldn’t need it
anyways). Is there a way to verify that my installation works?
Thank you very much in advance.
Le 9 sept. 06 à 10:29, Lucas H. a écrit :
I’ve just installed Ruby Gems on my OS X machine. Now I’d like to test
whether it works or not without downloading a gem (I wouldn’t need it
anyways). Is there a way to verify that my installation works?
on terminal :
~> gem list -r
~> gem list -l
~> gem env
~> gem_server
Yvon
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs