zoukankan      html  css  js  c++  java
  • 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$

  • 相关阅读:
    ASP.NET MVC 异常捕获
    Jquery 扩展方法
    Spring.NET笔记1
    ASP.NET MVC Ninject 实现依赖注入
    ASP.NET MVC Unity实现依赖注入
    windows service
    反射用法
    抽象工厂核心反射
    (C#)中的DataSet、string、DataTable等对象转换成Json
    .NET批量删除代码前的行号
  • 原文地址:https://www.cnblogs.com/herd/p/10886009.html
Copyright © 2011-2022 走看看