By conda enabled I mean that's one of the two blends of Python that are published but Continuum Analytics (Anaconda and Miniconda).
My original implementation was if 'conda' in sys.version
but it seems that will not work as expected.
It seems that miniconda reports something like Python 3.5.2 :: Continuum Analytics, Inc.
Why I need to detect this?
That's because we want to change the build-script behaviour based on on this and use conda installer instead of pip for some tasks.