Answers for "linux not working conda command"

1

conda command not found linux

export PATH=~/anaconda3/bin:$PATH
Posted by: Guest on October-03-2021
3

conda not working in terminal

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

Code answers related to "linux not working conda command"

Browse Popular Code Answers by Language