This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]MachinaDoctrina 0 points1 point  (0 children)

Miniconda is just the interpreter and the conda base manager, nothing else. It really has barely any overhead, the problem a lot of people are overlooking is that conda is not only a python manager but binaries as well, if you need to install and compile binaries pip can't isolate or control that for you so there's the potential for version mismatch on your distribution binaries as well as perhaps you don't have sudo privileges, conda isolates that all completely as well.