PipenvでDistributionNotFoundエラーが出たときの解決法
 Author: 水卜

macでpipenvを使っていて、たまに以下のエラーが出る。

pkg_resources.DistributionNotFound: The 'pipenv==2018.11.26' distribution was not found and is required by the application

解決法

入れ直す。

brew uninstall pipenv
brew install pipenv