Skip to content

Instantly share code, notes, and snippets.

@izumskee
Last active August 29, 2015 14:27
Show Gist options
  • Save izumskee/6d704e3750a5d53de782 to your computer and use it in GitHub Desktop.
Save izumskee/6d704e3750a5d53de782 to your computer and use it in GitHub Desktop.
Fix "Failed global initialization: BadValue Invalid or no user locale set. Please ensure LANG and/or LC_* environment variables are set correctly. DO"
// Edit /etc/default/locale
LANG="en_US.UTF-8"
LANGUAGE="en_US"
LC_ALL="en_US.UTF-8"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment