I have Mac OS X El Capitan, installed python 3.6, pip, pipenv. Can\'t make pipenv work:
pipenv install Creating a virtualenv for this project… Warning: it looks
Uninstall virtualenv, pipenv and pew.
virtualenv
pipenv
pew
Then, follow this: first install virtualenv, then pew, then pipenv with simple command pip install.
pip install
sudo -H pip3 install pew fixes the issue
sudo -H pip3 install pew