Skip to content

Instantly share code, notes, and snippets.

@gonzariosm
Created July 15, 2021 04:38
Show Gist options
  • Save gonzariosm/c734bcfba17fd8d8d044d51e1ff64299 to your computer and use it in GitHub Desktop.
Save gonzariosm/c734bcfba17fd8d8d044d51e1ff64299 to your computer and use it in GitHub Desktop.
Fix warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory
LC_ALL="en_US.UTF-8"
LC_CTYPE="en_US.UTF-8"
LANGUAGE="en_US.UTF-8"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment