Windows 在 git bash下使用 conda 命令

Windows 在 git bash下使用 conda 命令

  1. 安装git

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

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

  1. 安装后配置环境变量

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

  Path 内新建:

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

  2. Anaconda 安装地址

  3. Anaconda Script 目录

  4. Anaconda\Library\bin 目录

  1. 安装完成

  conda list 命令不报错
转载

posted @ 2021-03-28 18:58  zae  阅读(406)  评论(0)    收藏  举报