zoukankan      html  css  js  c++  java
  • ubuntu server computer

    star@xmatrix:~$ 
    star@xmatrix:~$ conda create -n wind2 python=3.6
    Solving environment: done
    
    
    ==> WARNING: A newer version of conda exists. <==
      current version: 4.4.10
      latest version: 4.8.0
    
    Please update conda by running
    
        $ conda update -n base conda
    
    
    
    ## Package Plan ##
    
      environment location: /home/star/anaconda3/envs/wind2
    
      added / updated specs: 
        - python=3.6
    
    
    The following NEW packages will be INSTALLED:
    
        _libgcc_mutex:   0.1-main               
        ca-certificates: 2019.11.27-0           
        certifi:         2019.11.28-py36_0      
        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_3      
        pip:             19.3.1-py36_0          
        python:          3.6.9-h265db76_0       
        readline:        7.0-h7b6447c_5         
        setuptools:      42.0.2-py36_0          
        sqlite:          3.30.1-h7b6447c_0      
        tk:              8.6.8-hbc83047_0       
        wheel:           0.33.6-py36_0          
        xz:              5.2.4-h14c3975_4       
        zlib:            1.2.11-h7b6447c_3      
    
    Proceed ([y]/n)? y
    
    Preparing transaction: done
    Verifying transaction: done
    Executing transaction: done
    #
    # To activate this environment, use:
    # > source activate wind2
    #
    # To deactivate an active environment, use:
    # > source deactivate
    #
    
    star@xmatrix:~$ 
    star@xmatrix:~$ 
    star@xmatrix:~$ 
    star@xmatrix:~$ 
    star@xmatrix:~$ 
  • 相关阅读:
    Rotation Kinematics
    离职 mark
    PnP 问题方程怎么列?
    DSO windowed optimization 代码 (4)
    Adjoint of SE(3)
    IMU 预积分推导
    DSO windowed optimization 代码 (3)
    DSO windowed optimization 代码 (2)
    OKVIS 代码框架
    DSO windowed optimization 代码 (1)
  • 原文地址:https://www.cnblogs.com/herd/p/12123151.html
Copyright © 2011-2022 走看看