Last active
August 29, 2015 13:59
-
-
Save gjaya79/10971305 to your computer and use it in GitHub Desktop.
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
sudo locale-gen en_US.UTF-8 | |
To Fix warning: setlocale: LC_CTYPE: cannot change locale (UTF-8) issue add the following line into ~/.bash_profile | |
export LC_CTYPE="en_US.UTF-8" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment