Skip to content

Instantly share code, notes, and snippets.

@gjaya79
Last active August 29, 2015 13:59
Show Gist options
  • Save gjaya79/10971305 to your computer and use it in GitHub Desktop.
Save gjaya79/10971305 to your computer and use it in GitHub Desktop.
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