Pipenvをインストールする

Homebrewを使って、Pipenvをインストールします。

$ brew update
$ brew install pipenv


または、pipを使ってもインストールできます。

$ pip install pipenv