zoukankan      html  css  js  c++  java
  • 6号主机Anaconda环境

    (base) G:>
    (base) G:>conda create -n flappbird python=3.6
    Solving environment: done


    ==> WARNING: A newer version of conda exists. <==
    current version: 4.5.4
    latest version: 4.8.3

    Please update conda by running

    $ conda update -n base conda

    ## Package Plan ##

    environment location: H:Anaconda3insallenvsflappbird

    added / updated specs:
    - python=3.6


    The following packages will be downloaded:

    package | build
    ---------------------------|-----------------
    vc-14.1 | h0510ff6_4 6 KB
    wheel-0.34.2 | py36_0 67 KB
    sqlite-3.31.1 | he774522_0 961 KB
    vs2015_runtime-14.16.27012 | hf0eaf9b_1 2.4 MB
    python-3.6.10 | h9f7ef89_1 20.4 MB
    pip-20.0.2 | py36_1 1.9 MB
    setuptools-46.1.3 | py36_0 697 KB
    certifi-2019.11.28 | py36_1 157 KB
    ------------------------------------------------------------
    Total: 26.6 MB

    The following NEW packages will be INSTALLED:

    certifi: 2019.11.28-py36_1
    pip: 20.0.2-py36_1
    python: 3.6.10-h9f7ef89_1
    setuptools: 46.1.3-py36_0
    sqlite: 3.31.1-he774522_0
    vc: 14.1-h0510ff6_4
    vs2015_runtime: 14.16.27012-hf0eaf9b_1
    wheel: 0.34.2-py36_0
    wincertstore: 0.2-py36h7fe50ca_0

    Proceed ([y]/n)? y


    Downloading and Extracting Packages
    vc-14.1 | 6 KB | ###################################### | 100%
    wheel-0.34.2 | 67 KB | ###################################### | 100%
    sqlite-3.31.1 | 961 KB | ###################################### | 100%
    vs2015_runtime-14.16 | 2.4 MB | ###################################### | 100%
    python-3.6.10 | 20.4 MB | ###################################### | 100%
    pip-20.0.2 | 1.9 MB | ###################################### | 100%
    setuptools-46.1.3 | 697 KB | ###################################### | 100%
    certifi-2019.11.28 | 157 KB | ###################################### | 100%
    Preparing transaction: done
    Verifying transaction: done
    Executing transaction: done
    #
    # To activate this environment, use
    #
    # $ conda activate flappbird
    #
    # To deactivate an active environment, use
    #
    # $ conda deactivate


    (base) G:>
    (base) G:>
    (base) G:>

  • 相关阅读:
    数据结构-链表的代码笔记
    数据结构-顺序表的代码笔记
    作业笔记-素数对猜想
    数据结构第五章总结
    数据结构第四章总结
    数据结构第三章总结
    数据结构第二章线性表总结
    单链表的创建及遍历
    求集合交集
    tree.js
  • 原文地址:https://www.cnblogs.com/herd/p/12610173.html
Copyright © 2011-2022 走看看