文章目录

1.简介

在安装Anaconda环境,输入查看版本号的时候,出现 conda-script.py: error: the following arguments are required: command问题

安装Anaconda3查看版本号时出现conda-script.py: error: the following arguments are required: command问题的解决

2.解决

原因在于查看版本号的命令错误

  • 正确命令: conda --version
  • 错误命令: conda -version

就一个小小的-符号的缺失,就可造成错误,以后的得仔细谨慎

安装Anaconda3查看版本号时出现conda-script.py: error: the following arguments are required: command问题的解决
Anaconda环境成功安装

相关文章:

  • 2022-01-13
  • 2021-09-27
  • 2021-11-02
  • 2021-07-14
  • 2022-02-14
  • 2021-07-13
  • 2021-05-24
  • 2021-10-24
猜你喜欢
  • 2021-04-21
  • 2021-05-30
  • 2021-07-26
  • 2021-09-18
  • 2021-09-09
  • 2022-12-23
  • 2021-04-13
相关资源
相似解决方案