Created
September 5, 2013 19:12
-
-
Save dougjohnston/6454744 to your computer and use it in GitHub Desktop.
RVM help not displaying Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some of the the RVM help documentation includes Unicode characters. When running 'rvm help <command>', the Unicode characters are not displayed properly. | |
Example: | |
$ rvm help use | |
�M-^H� rvm use [ruby-string] | |
Setup current shell to use a specific ruby version. | |
For a list of currently installed ruby string please run | |
�M-^H� rvm list | |
To create a gemset if it does not already exist: | |
�M-^H� rvm --create 1.9.2@funky | |
... | |
When properly displayed, it should appear as follows: | |
$ rvm help use | |
∴ rvm use [ruby-string] | |
Setup current shell to use a specific ruby version. | |
For a list of currently installed ruby string please run | |
∴ rvm list | |
To create a gemset if it does not already exist: | |
∴ rvm --create 1.9.2@funky | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment