Skip to content

Instantly share code, notes, and snippets.

@z448
Last active December 19, 2015 17:38
Show Gist options
  • Save z448/39b284de4204a34d188b to your computer and use it in GitHub Desktop.
Save z448/39b284de4204a34d188b to your computer and use it in GitHub Desktop.
random.pl.sh
## try to add into .bash_profile if you see folowing locale errors
##################################################################
## perl: warning: Setting locale failed.
## perl: warning: Please check that your locale settings:
## LANGUAGE = (unset),
## LC_ALL = (unset),
## LANG = "en_US.UTF-8"
## are supported and installed on your system.
## perl: warning: Falling back to the standard locale ("C").
##################################################################
export LC_CTYPE=en_US.UTF-8
export LC_ALL=en_US.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment