C:\Users\flyboy>conda --e
usage: conda [-h] [-V] command ...
conda: error: too few arguments

C:\Users\flyboy>conda info  --e
# conda environments:
#
base                  *  D:\ProgramData\Anaconda2
python2.7.9              D:\ProgramData\Anaconda2\envs\python2.7.9
tensorflow               D:\ProgramData\Anaconda2\envs\tensorflow


C:\Users\flyboy>active tensorflow
'active' 不是内部或外部命令,也不是可运行的程序
或批处理文件。

C:\Users\flyboy>activate tensorflow

(tensorflow) C:\Users\flyboy>conda install  tensorflow
Solving environment: done

## Package Plan ##

  environment location: D:\ProgramData\Anaconda2\envs\tensorflow

  added / updated specs:
    - tensorflow


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    tensorflow-1.2.1           |           py36_0        21.0 MB  https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
    libprotobuf-3.2.0          |           vc14_0         9.1 MB  https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
    backports.weakref-1.0rc1   |           py36_0           8 KB  https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
    protobuf-3.2.0             |           py36_0         459 KB  https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
    werkzeug-0.12.2            |           py36_0         435 KB  https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
    numpy-1.13.1               |           py36_0         3.6 MB  https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
    backports-1.0              |           py36_0           3 KB  https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
    markdown-2.6.9             |           py36_0         100 KB  https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
    mkl-2017.0.3               |                0       126.3 MB  https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
    blas-1.0                   |              mkl           6 KB  https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
    html5lib-0.9999999         |           py36_0         178 KB  https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
    zlib-1.2.11                |           vc14_0         119 KB  https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
    six-1.10.0                 |           py36_0          20 KB  https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
    bleach-1.5.0               |           py36_0          22 KB  https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
    ------------------------------------------------------------
                                           Total:       161.4 MB

The following NEW packages will be INSTALLED:

    backports:         1.0-py36_0       https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
    backports.weakref: 1.0rc1-py36_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
    blas:              1.0-mkl          https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
    bleach:            1.5.0-py36_0     https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
    html5lib:          0.9999999-py36_0 https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
    libprotobuf:       3.2.0-vc14_0     https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
    markdown:          2.6.9-py36_0     https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
    mkl:               2017.0.3-0       https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
    numpy:             1.13.1-py36_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
    protobuf:          3.2.0-py36_0     https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
    six:               1.10.0-py36_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
    tensorflow:        1.2.1-py36_0     https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
    werkzeug:          0.12.2-py36_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
    zlib:              1.2.11-vc14_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free

Proceed ([y]/n)? y


Downloading and Extracting Packages
tensorflow-1.2.1     | 21.0 MB   | ################################################################################ | 100%
libprotobuf-3.2.0    | 9.1 MB    | ################################################################################ | 100%
backports.weakref-1. | 8 KB      | ################################################################################ | 100%
protobuf-3.2.0       | 459 KB    | ################################################################################ | 100%
werkzeug-0.12.2      | 435 KB    | ################################################################################ | 100%
numpy-1.13.1         | 3.6 MB    | ################################################################################ | 100%
backports-1.0        | 3 KB      | ################################################################################ | 100%
markdown-2.6.9       | 100 KB    | ################################################################################ | 100%
mkl-2017.0.3         | 126.3 MB  | ################################################################################ | 100%
blas-1.0             | 6 KB      | ################################################################################ | 100%
html5lib-0.9999999   | 178 KB    | ################################################################################ | 100%
zlib-1.2.11          | 119 KB    | ################################################################################ | 100%
six-1.10.0           | 20 KB     | ################################################################################ | 100%
bleach-1.5.0         | 22 KB     | ################################################################################ | 100%
Preparing transaction: done
Verifying transaction: done
Executing transaction: done

(tensorflow) C:\Users\flyboy>conda list
# packages in environment at D:\ProgramData\Anaconda2\envs\tensorflow:
#
# Name                    Version                   Build  Channel
backports                 1.0                      py36_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
backports.weakref         1.0rc1                   py36_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
blas                      1.0                         mkl    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
bleach                    1.5.0                    py36_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
certifi                   2016.2.28                py36_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
html5lib                  0.9999999                py36_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
libprotobuf               3.2.0                    vc14_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
markdown                  2.6.9                    py36_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
mkl                       2017.0.3                      0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
numpy                     1.13.1                   py36_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
pip                       9.0.1                    py36_1    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
protobuf                  3.2.0                    py36_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
python                    3.6.2                         0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
setuptools                36.4.0                   py36_1    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
six                       1.10.0                   py36_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
tensorflow                1.2.1                    py36_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
vc                        14                            0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
vs2015_runtime            14.0.25420                    0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
werkzeug                  0.12.2                   py36_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
wheel                     0.29.0                   py36_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
wincertstore              0.2                      py36_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
zlib                      1.2.11                   vc14_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free