Skip to content

Instantly share code, notes, and snippets.

@dpvpro
Last active September 27, 2018 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dpvpro/15e77455bd65be9f8444585e4a7195e5 to your computer and use it in GitHub Desktop.
Save dpvpro/15e77455bd65be9f8444585e4a7195e5 to your computer and use it in GitHub Desktop.
perl: warning: setting locale failed.
locale-gen en_US.UTF-8
export LC_ALL="en_US.UTF-8"
sudo dpkg-reconfigure locales
sudo update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment