Created
April 13, 2015 18:39
-
-
Save aalvesjr/7e53e58d3bda3e22a300 to your computer and use it in GitHub Desktop.
Erro LANGUAGE = (unset) e LC_ALL = (unset),
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//essas duas variaveis geralmente são sobrescritas após o uso do comando: | |
aptitude update && aptitude dist-upgrade | |
//para verificar quais variaveis estão como '(unset)' execute o comando locale | |
//isto listara as variaveis configuradas | |
//para adicionar e configurar os locales, execute o comando: | |
locale-gen en_US en_US.UTF-8 pt_BR.UTF-8 | |
dpkg-reconfigure locales | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment