Use the proper names

This commit is contained in:
chrisfinazzo 2015-05-01 10:34:09 -04:00
parent bd25c62f55
commit f5351f7268
1 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ that might be of help. If the problem youre experiencing isnt covered belo
## Installation Problems ## Installation Problems
If you encounter errors during gem installation, you may need to install If you encounter errors during gem installation, you may need to install
the header files for compiling extension modules for ruby 1.9.1. This the header files for compiling extension modules for Ruby 1.9.1. This
can be done on Ubuntu or Debian by running: can be done on Ubuntu or Debian by running:
{% highlight bash %} {% highlight bash %}
@ -40,13 +40,13 @@ export PATH=$PATH:/home/private/gems/bin
export RB_USER_INSTALL='true' export RB_USER_INSTALL='true'
{% endhighlight %} {% endhighlight %}
On OSX, you may need to update RubyGems: On Mac OS X, you may need to update RubyGems:
{% highlight bash %} {% highlight bash %}
sudo gem update --system sudo gem update --system
{% endhighlight %} {% endhighlight %}
If you still have issues, you may need to [use XCode to install Command Line If you still have issues, you may need to [use Xcode to install Command Line
Tools](http://www.zlu.me/ruby/os%20x/gem/mountain%20lion/2012/02/21/install-native-ruby-gem-in-mountain-lion-preview.html) Tools](http://www.zlu.me/ruby/os%20x/gem/mountain%20lion/2012/02/21/install-native-ruby-gem-in-mountain-lion-preview.html)
that will allow you to install native gems using the following command: that will allow you to install native gems using the following command: