zoukankan      html  css  js  c++  java
  • ubuntu2 setting

    luo@luo-ThinkPad-W540:research$ conda create -n tf2019 python=3.6
    Solving environment: done


    ==> WARNING: A newer version of conda exists. <==
    current version: 4.4.10
    latest version: 4.7.11

    Please update conda by running

    $ conda update -n base conda

    ## Package Plan ##

    environment location: /home/luo/anaconda3/envs/tf2019

    added / updated specs:
    - python=3.6


    The following packages will be downloaded:

    package | build
    ---------------------------|-----------------
    ca-certificates-2019.5.15 | 1 134 KB
    openssl-1.1.1d | h7b6447c_0 3.7 MB
    libedit-3.1.20181209 | hc058e9b_0 188 KB
    certifi-2019.6.16 | py36_1 156 KB
    wheel-0.33.4 | py36_0 40 KB
    setuptools-41.0.1 | py36_0 656 KB
    libgcc-ng-9.1.0 | hdf63c60_0 8.1 MB
    libstdcxx-ng-9.1.0 | hdf63c60_0 4.0 MB
    python-3.6.9 | h265db76_0 34.4 MB
    pip-19.2.2 | py36_0 1.9 MB
    _libgcc_mutex-0.1 | main 3 KB
    sqlite-3.29.0 | h7b6447c_0 1.9 MB
    ------------------------------------------------------------
    Total: 55.3 MB

    The following NEW packages will be INSTALLED:

    _libgcc_mutex: 0.1-main
    ca-certificates: 2019.5.15-1
    certifi: 2019.6.16-py36_1
    libedit: 3.1.20181209-hc058e9b_0
    libffi: 3.2.1-hd88cf55_4
    libgcc-ng: 9.1.0-hdf63c60_0
    libstdcxx-ng: 9.1.0-hdf63c60_0
    ncurses: 6.1-he6710b0_1
    openssl: 1.1.1d-h7b6447c_0
    pip: 19.2.2-py36_0
    python: 3.6.9-h265db76_0
    readline: 7.0-h7b6447c_5
    setuptools: 41.0.1-py36_0
    sqlite: 3.29.0-h7b6447c_0
    tk: 8.6.8-hbc83047_0
    wheel: 0.33.4-py36_0
    xz: 5.2.4-h14c3975_4
    zlib: 1.2.11-h7b6447c_3

    Proceed ([y]/n)? y


    Downloading and Extracting Packages
    ca-certificates 2019.5.15: ############################################################################## | 100%
    openssl 1.1.1d: ######################################################################################### | 100%
    libedit 3.1.20181209: ################################################################################### | 100%
    certifi 2019.6.16: ###################################################################################### | 100%
    wheel 0.33.4: ########################################################################################### | 100%
    setuptools 41.0.1: ###################################################################################### | 100%
    libgcc-ng 9.1.0: ######################################################################################## | 100%
    libstdcxx-ng 9.1.0: ##################################################################################### | 100%
    python 3.6.9: ########################################################################################### | 100%
    pip 19.2.2: ############################################################################################# | 100%
    _libgcc_mutex 0.1: ###################################################################################### | 100%
    sqlite 3.29.0: ########################################################################################## | 100%
    Preparing transaction: done
    Verifying transaction: done
    Executing transaction: done
    #
    # To activate this environment, use
    #
    # $ conda activate tf2019
    #
    # To deactivate an active environment, use
    #
    # $ conda deactivate

    luo@luo-ThinkPad-W540:research$

  • 相关阅读:
    初始化注解和销毁注解
    MySQL、SQLServer、Oracle 分组排序
    mybatis 中SQLServer 和 mysql 模糊查询 不同点
    SpringBoot学习之logback.xml 配置指定包或类输出至单独的日志文件中
    类比 RocketMq 和 淘宝消息服务:
    SVN提交文件失败:系统找不到指定路径
    官网下载MySQL 并安装
    Java 变量参数传入方法,方法结束后传入的值
    03-类与对象课后作业(1)
    02方法-课后动手动脑
  • 原文地址:https://www.cnblogs.com/herd/p/11512706.html
Copyright © 2011-2022 走看看