美文网首页
python环境最佳实践

python环境最佳实践

作者: 后来_16db | 来源:发表于2019-05-29 18:57 被阅读0次

ubuntu下

1.apt安装python
apt install pythonx.x

2.apt安装pip
安装pip2
sudo apt-get install python-pip
安装pip3:
sudo apt-get install python3-pip

3.pip安装virtualenv
python3 -m virtualenv 虚拟环境名

相关文章

网友评论

      本文标题:python环境最佳实践

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