如何使用anaconda创建虚拟环境

398 阅读1分钟

只需要一行命令就搞定啦

conda create -n FaceNet python=3.6 -y

这样就创建好名字为facenet的虚拟环境啦