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

    (base) F:>
    (base) F:>
    (base) F:>
    (base) F:>conda create -n zhouying python=3.6
    Collecting package metadata (repodata.json): done
    Solving environment: done

    ## Package Plan ##

    environment location: N:Anaconda3installenvszhouying

    added / updated specs:
    - python=3.6


    The following packages will be downloaded:

    package | build
    ---------------------------|-----------------
    certifi-2020.4.5.1 | py36_0 159 KB
    python-3.6.10 | h9f7ef89_1 20.4 MB
    setuptools-46.1.3 | py36_0 697 KB
    ------------------------------------------------------------
    Total: 21.2 MB

    The following NEW packages will be INSTALLED:

    certifi pkgs/main/win-64::certifi-2020.4.5.1-py36_0
    pip pkgs/main/win-64::pip-20.0.2-py36_1
    python pkgs/main/win-64::python-3.6.10-h9f7ef89_1
    setuptools pkgs/main/win-64::setuptools-46.1.3-py36_0
    sqlite pkgs/main/win-64::sqlite-3.31.1-he774522_0
    vc pkgs/main/win-64::vc-14.1-h0510ff6_4
    vs2015_runtime pkgs/main/win-64::vs2015_runtime-14.16.27012-hf0eaf9b_1
    wheel pkgs/main/win-64::wheel-0.34.2-py36_0
    wincertstore pkgs/main/win-64::wincertstore-0.2-py36h7fe50ca_0


    Proceed ([y]/n)? y


    Downloading and Extracting Packages
    setuptools-46.1.3 | 697 KB | ############################################################################ | 100%
    certifi-2020.4.5.1 | 159 KB | ############################################################################ | 100%
    python-3.6.10 | 20.4 MB | ############################################################################ | 100%
    Preparing transaction: done
    Verifying transaction: done
    Executing transaction: done
    #
    # To activate this environment, use
    #
    # $ conda activate zhouying
    #
    # To deactivate an active environment, use
    #
    # $ conda deactivate


    (base) F:>
    (base) F:>
    (base) F:>

  • 相关阅读:
    分布式事务解决方案1--使用Atomikos分布式事务(事务强一致方案)
    SringBoot集成Sharding-Jdbc 实践
    Sharding-Jdbc简介
    Mycat+haproxy中使用keepalived保障haproxy的高可用
    Angular CLI
    背压(Backpressure)机制
    Function.identity()
    解决Error: ENOENT: no such file or directory, scandir 安装node-sass报错
    Reactor flatMap
    Reactor map
  • 原文地址:https://www.cnblogs.com/herd/p/12664630.html
Copyright © 2011-2022 走看看