Skip to content

Instantly share code, notes, and snippets.

@asantos2000
Forked from felipekm/LC_TYPE.txt
Created October 11, 2018 13:07
Show Gist options
  • Save asantos2000/cdf663b99879607fd20f6ed790e9ff72 to your computer and use it in GitHub Desktop.
Save asantos2000/cdf663b99879607fd20f6ed790e9ff72 to your computer and use it in GitHub Desktop.
Linux warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory
vi /etc/environment
# add these lines...
LANG=en_US.utf-8
LC_ALL=en_US.utf-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment