Skip to content

Instantly share code, notes, and snippets.

@rafaelfess
Last active April 30, 2018 02:10
Show Gist options
  • Save rafaelfess/0624815eb92547ef076b3625c520f5f8 to your computer and use it in GitHub Desktop.
Save rafaelfess/0624815eb92547ef076b3625c520f5f8 to your computer and use it in GitHub Desktop.
Solution to PIPENV error on MacOS

SETUP:

MacOS version: 10.13.4 (High Sierra)

  • Python 3: brew install python
  • pipenv: brew install pipenv

SOLUTION:

Solved by adding the following lines to ~/.bash_profile:

export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8

Then running this command on terminal: source ~/.bash_profile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment