如何使用anaconda创建虚拟环境 王小呵 2020-01-17 398 阅读1分钟 只需要一行命令就搞定啦conda create -n FaceNet python=3.6 -y这样就创建好名字为facenet的虚拟环境啦