mirror of
https://github.com/jbranchaud/til
synced 2026-01-09 10:08:01 +00:00
Add Get Info About Your RubyGems Environment as a ruby til
This commit is contained in:
14
ruby/get-info-about-your-ruby-gems-environment.md
Normal file
14
ruby/get-info-about-your-ruby-gems-environment.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Get Info About Your Ruby Gems Environment
|
||||
|
||||
Want to know what Ruby version is being used? Or into what directory gems are
|
||||
being installed?
|
||||
|
||||
```bash
|
||||
$ gem environment
|
||||
```
|
||||
|
||||
This command will answer those questions and give you a whole host of other
|
||||
information about your RubyGems environment.
|
||||
|
||||
There are more details in their
|
||||
[documentation](https://guides.rubygems.org/command-reference/#gem-environment).
|
||||
Reference in New Issue
Block a user