Answers for "conda init bash doesnt add conda to path"

2

conda not working in terminal

export PATH=~/anaconda2/bin:$PATH
or
export PATH=~/anaconda3/bin:$PATH
Posted by: Guest on October-18-2020

Browse Popular Code Answers by Language