Last active
November 13, 2018 08:55
-
-
Save mohamed-ea/559210c86bf8174ab31b3042be5610ce to your computer and use it in GitHub Desktop.
Cannot set LC_ALL to default locale: No such file or directory
This file contains 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
vim .bashrc | |
et ajoutez cette ligne: | |
export LC_ALL="en_US.UTF-8" | |
export LANG="en_US.UTF-8" | |
export LANGUAGE="en_US.UTF-8" | |
Enregistrez le fichier et validez vos changements immédiatement avec la commande source : | |
source .bashrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment