Windows uses conda command in git bash

1. Install git

  Installation connection: http://git-scm.com/download/linux  (LINUX)

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

2. After installation configuration environment variable

 My computer right click -> Properties -> Advanced System Settings left-hand column -> Environment Variables -> System Variables

  

  Path within New:

  1. Python installation path (the path can be a python Anaconda virtual environment)

  2. Anaconda installation address

  3. Anaconda Script directory

  4. Anaconda \ Library \ bin directory

  

  

 

 3. Installation complete

  conda list not being given the command

  

 

Guess you like

Origin www.cnblogs.com/siyuan1998/p/11247959.html