Computer2

luo@luo-All-Series:~/MyFile/TensorflowProject$ conda create -n flappbird1 python=3.7
Solving environment: done

## Package Plan ##

  environment location: /home/luo/anaconda3/envs/flappbird1

  added / updated specs:
    - python=3.7


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    setuptools-40.6.3          |           py37_0         617 KB
    pip-18.1                   |           py37_0         1.7 MB
    wheel-0.32.3               |           py37_0          35 KB
    python-3.7.2               |       h0371630_0        36.4 MB
    certifi-2018.11.29         |           py37_0         146 KB
    ------------------------------------------------------------
                                           Total:        39.0 MB

The following NEW packages will be INSTALLED:

    ca-certificates: 2018.03.07-0           
    certifi:         2018.11.29-py37_0      
    libedit:         3.1.20170329-h6b74fdf_2
    libffi:          3.2.1-hd88cf55_4       
    libgcc-ng:       8.2.0-hdf63c60_1       
    libstdcxx-ng:    8.2.0-hdf63c60_1       
    ncurses:         6.1-he6710b0_1         
    openssl:         1.1.1a-h7b6447c_0      
    pip:             18.1-py37_0            
    python:          3.7.2-h0371630_0       
    readline:        7.0-h7b6447c_5         
    setuptools:      40.6.3-py37_0          
    sqlite:          3.26.0-h7b6447c_0      
    tk:              8.6.8-hbc83047_0       
    wheel:           0.32.3-py37_0          
    xz:              5.2.4-h14c3975_4       
    zlib:            1.2.11-h7b6447c_3      

Proceed ([y]/n)? y


Downloading and Extracting Packages
setuptools-40.6.3    | 617 KB    | ########################################################################################################################################################### | 100%
pip-18.1             | 1.7 MB    | ########################################################################################################################################################### | 100%
wheel-0.32.3         | 35 KB     | ########################################################################################################################################################### | 100%
python-3.7.2         | 36.4 MB   | ########################################################################################################################################################### | 100%
certifi-2018.11.29   | 146 KB    | ########################################################################################################################################################### | 100%
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
# To activate this environment, use
#
#     $ conda activate flappbird1
#
# To deactivate an active environment, use
#
#     $ conda deactivate


原文地址:https://www.cnblogs.com/herd/p/10270093.html