I followed the installation instructions here: Natively installing QIIME 2 — QIIME 2 2017.7.0 documentation
But qiime is not available in Python:
$ source activate qiime2-2017.7
(qiime2-2017.7) $ ipython
Python 3.5.3 |Continuum Analytics, Inc.| (default, Mar 6 2017, 11:58:13)
Type 'copyright', 'credits' or 'license' for more information
IPython 6.1.0 -- An enhanced Interactive Python. Type '?' for help.
In [1]: import qiime
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-1-54c42c5666d1> in <module>()
----> 1 import qiime
ImportError: No module named 'qiime'