Answers for "i installed conda but command not found"

1

conda command not found linux

export PATH=~/anaconda3/bin:$PATH
Posted by: Guest on October-03-2021
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 "i installed conda but command not found"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language