Skip to content

Instantly share code, notes, and snippets.

@mohamed-ea
Last active November 13, 2018 08:55
Show Gist options
  • Save mohamed-ea/559210c86bf8174ab31b3042be5610ce to your computer and use it in GitHub Desktop.
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
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