Skip to content

Instantly share code, notes, and snippets.

@inlanger
Created December 17, 2012 13:35
Show Gist options
  • Save inlanger/4318323 to your computer and use it in GitHub Desktop.
Save inlanger/4318323 to your computer and use it in GitHub Desktop.
Fix "ValueError: unknown locale: UTF-8" error
# if "ValueError: unknown locale: UTF-8" error try
export LC_ALL=ru_RU.UTF-8
export LANG=ru_RU.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment