Skip to content

Instantly share code, notes, and snippets.

@datt
Created July 15, 2016 05:53
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 datt/e4da04b8b31151557566811ebfbcb99d to your computer and use it in GitHub Desktop.
Save datt/e4da04b8b31151557566811ebfbcb99d to your computer and use it in GitHub Desktop.
FIX for 'perl: warning: Setting locale failed.'
# Add following lines in /etc/environment to fix the warnings.
LANGUAGE=en_US.UTF-8
LC_ALL=en_US.UTF-8
LANG=en_US.UTF-8
LC_TYPE=en_US.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment