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

  • 相关阅读:
    python中的深拷贝和浅拷贝
    Andrew NG 机器学习编程作业6 Octave
    Andrew NG 机器学习编程作业5 Octave
    梯度下降算法对比(批量下降/随机下降/mini-batch)
    无监督算法
    深度学习的方差与偏差
    Andrew NG 机器学习编程作业4 Octave
    数据约束
    数据库的查询
    MySQL的入门与使用,sqlyog对数据库,表和数据的管理
  • 原文地址:https://www.cnblogs.com/herd/p/12664630.html
Copyright © 2011-2022 走看看