Answers for "why is conda install not working"

3

conda not working in terminal

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

install a package that is not in conda

# You can install pip in your conda env and then run
pip install package-name
Posted by: Guest on January-10-2022

Code answers related to "why is conda install not working"

Browse Popular Code Answers by Language