anocodna使用手册
anocodna使用手册
新创建虚拟环境
conda create -n your_env_name python=x.x
查看所有虚拟环境
conda info -e
删除虚拟环境
conda remove -n your_env_name(虚拟环境名称) --all
豆瓣源下载
pip install -i https://pypi.doubanio.com/simple/ tensorflow==xxx
新创建虚拟环境
conda create -n your_env_name python=x.x
查看所有虚拟环境
conda info -e
删除虚拟环境
conda remove -n your_env_name(虚拟环境名称) --all
豆瓣源下载
pip install -i https://pypi.doubanio.com/simple/ tensorflow==xxx