I’m using Anaconda because it was recommended in a step by step tutorial for playing with deep learning. What would be involved in removing it from my system and moving instead to this set of tools? Not necessarily looking for s step by step answer, just for general suggestions. My guess is: find out which python the deep learning tools are using, remove Anaconda, and reinstall the python version needed, using the to…
I must be missing something, but all these use cases (and more) seem to have been covered by miniconda ages ago.
conda works with perfectly well with pip, and creates virtual environments that are at least (in my experience) as good as virtualenv does.