Created
July 15, 2016 05:53
-
-
Save datt/e4da04b8b31151557566811ebfbcb99d to your computer and use it in GitHub Desktop.
FIX for 'perl: warning: Setting locale failed.'
This file contains 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
# 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