[Fixed]-FileNotFoundError: [Errno 2] using Pipenv

14👍

pip uninstall -y setuptools

corrected above for me. See FileNotFoundError: [Errno 2] when installing pipenv from pipfile for additional details

-1👍

Try the following:

sudo apt remove pipenv

Leave a comment