I\'m new to Python development and attempting to use pipenv. I ran the command pip install pipenv, which ran successfully:
pip install pipenv
... Successfully buil
This fixed it for me:
sudo -H pip install -U pipenv