做个卖东西的网站,四川鼎能建设集团网站,动漫设计制作专业,建网站要先建什么1. 在空conda虚拟环境中安装python
退出到base环境
conda activate base
执行命令
conda install -n 空环境名 python版本名
例如#xff1a;
conda install -n test python3.10
2. 无需确认直接创建环境
在末尾加上-y#xff0c;例如#xff1a;
conda create -n tes…1. 在空conda虚拟环境中安装python
退出到base环境
conda activate base
执行命令
conda install -n 空环境名 python版本名
例如
conda install -n test python3.10
2. 无需确认直接创建环境
在末尾加上-y例如
conda create -n test python3.8 -y