安装Anaconda3查看版本号时出现conda-script.py: error: the following arguments are required: command问题的解决
文章目录1.简介2.解决1.简介在安装Anaconda环境,输入查看版本号的时候,出现 conda-script.py: error: the following arguments are required: command问题2.解决原因在于查看版本号的命令错误正确命令: conda --version错误命令: conda -version就一个小小的-符号的缺失,就可造...
·
所有评论(0)