1. 安装git

  安装连接:http://git-scm.com/download/linux (LINUX)

       https://git-scm.com/downloads  (Windows)

2. 安装后配置环境变量

 我的电脑右键 -> 属性 -> 左边栏高级系统设置 -> 环境变量 -> 系统变量

  Windows 在 git bash下使用 conda 命令

  Path 内新建:

  1. Python 安装路径 (可以是Anaconda 虚拟环境的python路径)

  2. Anaconda 安装地址

  3. Anaconda Script 目录

  4. Anaconda\Library\bin 目录

  

  Windows 在 git bash下使用 conda 命令

 

 3. 安装完成

  conda list 命令不报错

  Windows 在 git bash下使用 conda 命令

 

相关文章:

  • 2022-12-23
  • 2021-11-29
  • 2021-06-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-19
  • 2018-02-02
猜你喜欢
  • 2022-12-23
  • 2021-07-07
  • 2021-08-04
  • 2022-01-30
  • 2022-12-23
  • 2021-08-26
  • 2021-05-21
相关资源
相似解决方案