Skip to content

Instantly share code, notes, and snippets.

@barbietunnie
Last active March 22, 2022 11:25
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 barbietunnie/8dc962f28c2e13f7674c9a71b905462b to your computer and use it in GitHub Desktop.
Save barbietunnie/8dc962f28c2e13f7674c9a71b905462b to your computer and use it in GitHub Desktop.
Pipenv environment variable LANG is not set fix!

$ sudo nano ~/.bash_profile

export LANG="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
export LC_CTYPE="en_US.UTF-8"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment