2016-02-18 Anaconda and MKL

Sometimes, Anaconda displays the following warning:

Vendor:  Continuum Analytics, Inc.
Package: mkl
Message: trial mode expires in 27 days

Not sure how to handle this (see conda remove mkl should be the same as conda remove –features mkl). See also Anaconda 2.5 Release - now with MKL Optimizations. I did:

conda remove --features mkl

And:

conda uninstall mkl

It seems to work.