安装python
安装pipenv
https://blog.csdn.net/ksws0292756/article/details/79121558
ubuntu中pipenv虚拟环境目录默认在/home/用户/.local/share/virtualenvs
中
可以手动修改
用户home目录下, vim .profile 添加环境变量, export PATH=$PATH:/home/ghoo/.local/bin :wq保存 source ~./profile
https://blog.csdn.net/ksws0292756/article/details/79121558
ubuntu中pipenv虚拟环境目录默认在/home/用户/.local/share/virtualenvs
中
可以手动修改
用户home目录下, vim .profile 添加环境变量, export PATH=$PATH:/home/ghoo/.local/bin :wq保存 source ~./profile