首页 > 其他 > 详细

server computer anaconda

时间:2019-12-22 14:59:49      阅读:98      评论:0      收藏:0      [点我收藏+]

star@xmatrix:~/Anaconda$
star@xmatrix:~/Anaconda$ conda create -n wind1 python=3.6
Solving environment: done


==> WARNING: A newer version of conda exists. <==
  current version: 4.4.10
  latest version: 4.8.0

Please update conda by running

    $ conda update -n base conda



## Package Plan ##

  environment location: /home/star/anaconda3/envs/wind1

  added / updated specs:
    - python=3.6


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    libstdcxx-ng-9.1.0         |       hdf63c60_0         4.0 MB
    pip-19.3.1                 |           py36_0         1.9 MB
    setuptools-42.0.2          |           py36_0         653 KB
    openssl-1.1.1d             |       h7b6447c_3         3.7 MB
    tk-8.6.8                   |       hbc83047_0         3.1 MB
    ncurses-6.1                |       he6710b0_1         958 KB
    libedit-3.1.20181209       |       hc058e9b_0         188 KB
    sqlite-3.30.1              |       h7b6447c_0         1.9 MB
    _libgcc_mutex-0.1          |             main           3 KB
    xz-5.2.4                   |       h14c3975_4         366 KB
    python-3.6.9               |       h265db76_0        34.4 MB
    wheel-0.33.6               |           py36_0          40 KB
    readline-7.0               |       h7b6447c_5         392 KB
    zlib-1.2.11                |       h7b6447c_3         120 KB
    certifi-2019.11.28         |           py36_0         156 KB
    libgcc-ng-9.1.0            |       hdf63c60_0         8.1 MB
    ca-certificates-2019.11.27 |                0         132 KB
    ------------------------------------------------------------
                                           Total:        60.2 MB

The following NEW packages will be INSTALLED:

    _libgcc_mutex:   0.1-main               
    ca-certificates: 2019.11.27-0           
    certifi:         2019.11.28-py36_0      
    libedit:         3.1.20181209-hc058e9b_0
    libffi:          3.2.1-hd88cf55_4       
    libgcc-ng:       9.1.0-hdf63c60_0       
    libstdcxx-ng:    9.1.0-hdf63c60_0       
    ncurses:         6.1-he6710b0_1         
    openssl:         1.1.1d-h7b6447c_3      
    pip:             19.3.1-py36_0          
    python:          3.6.9-h265db76_0       
    readline:        7.0-h7b6447c_5         
    setuptools:      42.0.2-py36_0          
    sqlite:          3.30.1-h7b6447c_0      
    tk:              8.6.8-hbc83047_0       
    wheel:           0.33.6-py36_0          
    xz:              5.2.4-h14c3975_4       
    zlib:            1.2.11-h7b6447c_3      

Proceed ([y]/n)? y


Downloading and Extracting Packages
libstdcxx-ng 9.1.0: ################################################################################################# | 100%
pip 19.3.1: ######################################################################################################### | 100%
setuptools 42.0.2: ################################################################################################## | 100%
openssl 1.1.1d: ##################################################################################################### | 100%
tk 8.6.8: ########################################################################################################### | 100%
ncurses 6.1: ######################################################################################################## | 100%
libedit 3.1.20181209: ############################################################################################### | 100%
sqlite 3.30.1: ###################################################################################################### | 100%
_libgcc_mutex 0.1: ################################################################################################## | 100%
xz 5.2.4: ########################################################################################################### | 100%
python 3.6.9: ####################################################################################################### | 100%
wheel 0.33.6: ####################################################################################################### | 100%
readline 7.0: ####################################################################################################### | 100%
zlib 1.2.11: ######################################################################################################## | 100%
certifi 2019.11.28: ################################################################################################# | 100%
libgcc-ng 9.1.0: #################################################################################################### | 100%
ca-certificates 2019.11.27: ######################################################################################### | 100%
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
# To activate this environment, use:
# > source activate wind1
#
# To deactivate an active environment, use:
# > source deactivate
#

star@xmatrix:~/Anaconda$
star@xmatrix:~/Anaconda$
star@xmatrix:~/Anaconda$
star@xmatrix:~/Anaconda$

 

server computer anaconda

原文:https://www.cnblogs.com/herd/p/12079766.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!