Skip to content

Instantly share code, notes, and snippets.

@nocoo
Created August 28, 2014 02:02
Show Gist options
  • Save nocoo/6bee9341e485d1e7e3ab to your computer and use it in GitHub Desktop.
Save nocoo/6bee9341e485d1e7e3ab to your computer and use it in GitHub Desktop.
Setting locale failed
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
# Put this in /etc/environment
LC_ALL=en_US.UTF-8
LANG=en_US.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment