下次用起来方便。
$ pip install pipenv
# or
$ brew install pipenv
# 自动补全
$ eval "$(pipenv --completion)"
# macOS 可能要在 profile 里导出 local 变量
$ export LC_ALL=en_US.UTF-8
$ export LANG=en_US.UTF-8
$ git clone git@github.com:binderclip/code-snippets-python.git
$ cd code-snippets-python
$ pipenv install
$ pipenv shell
$ pipenv install xxx