安装Pipenv

① 需要有一个pip

② pip install pipenv (或者是pip3也一样)

③ 如果提示

The scripts pipenv and pipenv-resolver are installed in '/home/bighead/.local/bin' which is not on PATH

那么说明这个 '/home/bighead/.local/bin' 路径不在系统路径PATH里面,需要添加进去,添加方法:

https://www.jianshu.com/p/2b6f4405c652

结束。

你可能感兴趣的:(安装Pipenv)