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

  • 相关阅读:
    Beginning ARC in iOS 5 Tutorial Part 1【转】
    移除所有子 View 时不使用循环代码的一种方式
    FrankCucumber Core Frank Steps
    iPhone开发重构:从硬编码到模型到规律【转】
    iPhone开发重构:提取类以构成模板模式 【转】
    FrankCucumber Instance Method Summary
    iOS自动化测试(原创)
    FrankCucumber Step Definition compendium (转载)
    iPhone开发重构:提供辅助创建方法以简化实例创建【转】
    App Store 审核指南[转]
  • 原文地址:https://www.cnblogs.com/herd/p/12610173.html
Copyright © 2011-2022 走看看