Skip to content

Instantly share code, notes, and snippets.

@fabiorecife
Created November 29, 2018 21:12
Show Gist options
  • Select an option

  • Save fabiorecife/6ba085a910a2cd17ee41a48f9e01f189 to your computer and use it in GitHub Desktop.

Select an option

Save fabiorecife/6ba085a910a2cd17ee41a48f9e01f189 to your computer and use it in GitHub Desktop.
fix /etc/enviroment

when a locale erro ocurrs

sudo vim /etc/enviroment
#then add
LANGUAGE=en_US.UTF-8
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