使用命令创建python虚拟环境:
conda create –n pytorch python=3.6
然后报错CondaValueError: The target prefix is the base prefix. Aborting.
查了很多发现
conda create –n pytorch python=3.6 #这个是错误的,反正就是不行 conda create -n pytorch python=3.6 #正确!重新更改了一下-n就行了
我也不知道为什么,查经验贴的时候抱着试一试的心态,就行了!



