1.Mac
下安装
$ brew install pipenv
2.创建python3
环境
$ mkdir foo
$ pipenv --three
3.进入环境
$ pipenv shell
4.退出环境
(foo) $ exit
5.查看环境目录
$ pipenv --venv
6.删除环境
$ pipenv --rm
7.帮助
$ pipenv --help
8.配合pyenv
使用
$ pipenv --python 3.6.7
参考资料: