美文网首页
Ubuntu开发环境配置--python(一)

Ubuntu开发环境配置--python(一)

作者: alan2yang | 来源:发表于2020-07-11 10:43 被阅读0次

安装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

相关文章

网友评论

      本文标题:Ubuntu开发环境配置--python(一)

      本文链接:https://www.haomeiwen.com/subject/useswftx.html