• computer5 environment


    luo@luo-All-Series:~/MyFile/Anaconda3$
    luo@luo-All-Series:~/MyFile/Anaconda3$
    luo@luo-All-Series:~/MyFile/Anaconda3$ conda create -n t20190518 python=3.6
    Solving environment: done


    ==> WARNING: A newer version of conda exists. <==
    current version: 4.5.12
    latest version: 4.6.14

    Please update conda by running

    $ conda update -n base -c defaults conda

    ## Package Plan ##

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

    added / updated specs:
    - python=3.6


    The following packages will be downloaded:

    package | build
    ---------------------------|-----------------
    ca-certificates-2019.1.23 | 0 126 KB
    openssl-1.1.1b | h7b6447c_1 4.0 MB
    pip-19.1.1 | py36_0 1.9 MB
    setuptools-41.0.1 | py36_0 656 KB
    sqlite-3.28.0 | h7b6447c_0 1.9 MB
    libedit-3.1.20181209 | hc058e9b_0 188 KB
    wheel-0.33.4 | py36_0 40 KB
    certifi-2019.3.9 | py36_0 155 KB
    ------------------------------------------------------------
    Total: 8.9 MB

    The following NEW packages will be INSTALLED:

    ca-certificates: 2019.1.23-0
    certifi: 2019.3.9-py36_0
    libedit: 3.1.20181209-hc058e9b_0
    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.1b-h7b6447c_1
    pip: 19.1.1-py36_0
    python: 3.6.8-h0371630_0
    readline: 7.0-h7b6447c_5
    setuptools: 41.0.1-py36_0
    sqlite: 3.28.0-h7b6447c_0
    tk: 8.6.8-hbc83047_0
    wheel: 0.33.4-py36_0
    xz: 5.2.4-h14c3975_4
    zlib: 1.2.11-h7b6447c_3

    Proceed ([y]/n)? y


    Downloading and Extracting Packages
    ca-certificates-2019 | 126 KB | ############################################################# | 100%
    openssl-1.1.1b | 4.0 MB | ############################################################# | 100%
    pip-19.1.1 | 1.9 MB | ############################################################# | 100%
    setuptools-41.0.1 | 656 KB | ############################################################# | 100%
    sqlite-3.28.0 | 1.9 MB | ############################################################# | 100%
    libedit-3.1.20181209 | 188 KB | ############################################################# | 100%
    wheel-0.33.4 | 40 KB | ############################################################# | 100%
    certifi-2019.3.9 | 155 KB | ############################################################# | 100%
    Preparing transaction: done
    Verifying transaction: done
    Executing transaction: done
    #
    # To activate this environment, use:
    # > source activate t20190518
    #
    # To deactivate an active environment, use:
    # > source deactivate
    #

    luo@luo-All-Series:~/MyFile/Anaconda3$
    luo@luo-All-Series:~/MyFile/Anaconda3$
    luo@luo-All-Series:~/MyFile/Anaconda3$
    luo@luo-All-Series:~/MyFile/Anaconda3$

  • 相关阅读:
    HDU 5119 Happy Matt Friends(DP || 高斯消元)
    URAL 1698. Square Country 5(记忆化搜索)
    POJ 2546 Circular Area(两个圆相交的面积)
    URAL 1430. Crime and Punishment(数论)
    HDU 1111 Secret Code (DFS)
    HDU 1104 Remainder (BFS求最小步数 打印路径)
    URAL 1091. Tmutarakan Exams(容斥原理)
    PDO连接mysql8.0报PDO::__construct(): Server sent charset (255) unknown to the client. Please, report to the developers错误
    swoole简易实时聊天
    centos安装netcat
  • 原文地址:https://www.cnblogs.com/herd/p/10886009.html
Copyright © 2020-2023  润新知