Answers for "conda not found on terminal"

3

conda not working in terminal

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

conda command not found

source ~/anaconda3/etc/profile.d/conda.sh
conda activate Your_env
Posted by: Guest on January-13-2022

Code answers related to "conda not found on terminal"

Browse Popular Code Answers by Language