#创建虚拟环境
python3 -m venv ~/nsd1906
ls ~/nsd1906
#激活虚拟环境
source ~/nsd1906/bin/activate
python --version
which python
#创建虚拟环境
python3 -m venv ~/nsd1906
ls ~/nsd1906
#激活虚拟环境
source ~/nsd1906/bin/activate
python --version
which python
本文标题:16-创建python虚拟环境
本文链接:https://www.haomeiwen.com/subject/ffjanctx.html
网友评论