Skip to content

Instantly share code, notes, and snippets.

@schickling
Created May 29, 2013 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schickling/5673010 to your computer and use it in GitHub Desktop.
Save schickling/5673010 to your computer and use it in GitHub Desktop.

If you run in something like this:

perl: warning: Setting locale failed.   
perl: warning: Please check that your locale settings:   
        LANGUAGE = "en_US:en",   
        LC_ALL = (unset),   
        LC_MESSAGES = "en_US.UTF-8",   
        LANG = "en_US.UTF-8"   
    are supported and installed on your system.

Solution

(http://askubuntu.com/questions/162391/how-do-i-fix-my-locale-issue)

locale
sudo locale-gen en_US.UTF-8
sudo dpkg-reconfigure locales
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment