Skip to content

Instantly share code, notes, and snippets.

@dsaenztagarro
Last active September 25, 2018 20:20
Show Gist options
  • Save dsaenztagarro/607121765f2dab804920 to your computer and use it in GitHub Desktop.
Save dsaenztagarro/607121765f2dab804920 to your computer and use it in GitHub Desktop.
Fix vagrant boxes locale settings

Add these lines to the bottom of the file:

# ~/.bashrc
export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8

After editing the file execute this commands

 $ sudo locale-gen en_US.UTF-8
 $ sudo dpkg-reconfigure locales
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment