Anaconda and Git Bash in Windows - conda: command not found

前端 未结 4 1808
后悔当初
后悔当初 2020-12-08 03:31

I\'ve installed Anaconda and set Path environment variable to C:\\Anaconda3; C:\\Anaconda3\\Scripts.

Then I try to run in Git Bash

conda

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-08 03:50

    in Git bash,

    conda init bash
    

    will work well.

    if you wanna use different shell,

    conda init [shell_name]
    

    [shell_name] can be: bash, cmd.exe, fish, powershell, tcsh, xonsh, zsh

    use conda init --help for more info.

提交回复
热议问题