Apparently `pipenv --update` gives an error like this. ``` NameError: global name 'FileNotFoundError' is not defined ``` It was a known issue that they solved in the meantime for newer versions. A workaround is upgrading it from `brew`. ``` brew upgrade pipenv ```
Apparently
pipenv --updategives an error like this.It was a known issue that they solved in the meantime for newer versions.
A workaround is upgrading it from
brew.