Skip to content

Instantly share code, notes, and snippets.

@felipekm
Last active November 30, 2020 02:36
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save felipekm/c8ba49fba058f332ce8e9018784603c4 to your computer and use it in GitHub Desktop.
Save felipekm/c8ba49fba058f332ce8e9018784603c4 to your computer and use it in GitHub Desktop.
Linux warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory manpath: can't set the locale; make sure $LC_* and $LANG are correct
vi /etc/environment
# add these lines...
LANG=en_US.utf-8
LC_ALL=en_US.utf-8
@raniacGlovs
Copy link

Works. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment