Continuum has a great desire to make 'pip' work with conda packages. Obviously, we love for users to choose the Anaconda Python distribution but many will not for a variety of reasons (many good reasons).
However, we would like for users of other distros still to be able to benefit from our creation of binary packages for many platforms in the conda format.
It is true that right now, a user can in principle type:% pip install conda% conda install some_conda_packageBut that creates two separate systems for tracking what's installed and what dependencies are resolved;