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