mac系统部署Python3.8安装Python虚拟环境

中文文档

https://docs.python.org/zh-cn/3.8/tutorial/venv.html

 https://blog.csdn.net/qq_22022063/article/details/78979367

python3 -m venv acheryvenv

cd ~/dba/acheryvenv/bin/

激活 

source ~/dba/acheryvenv/bin/activate


sudo pip3 install virtualenv 

查看版本

virtualenv --versio

猜你喜欢

转载自blog.csdn.net/weixin_48154829/article/details/114994677