• 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:>

  • 相关阅读:
    Elasticsearch 支持拼音自动补全
    laravel自动补全链接
    laravel的服务容器(药箱)、服务提供者(小盒子)、Facades(更方便用药),方便大家透彻理解
    php static静态属性和静态方法
    php面向对象的构造方法与析构方法
    MySQL事务-ROLLBACK,COMMIT用法详解
    php 事务处理transaction
    Python:初步学习Python
    iOS:自己写的一个星级评价的小Demo
    iOS:枚举enum的使用
  • 原文地址:https://www.cnblogs.com/herd/p/12610173.html
Copyright © 2020-2023  润新知