共通condaコマンド

688 ワード

共通condaコマンド
#     
conda -h 
#   conda  
conda --version
#    matplotlib 
conda install matplotlib
#        
conda list 
#    
conda update matplotlib
#    
conda remove matplotlib

かんきょうかんり
#   python3.6         test python    
conda create --name test python=3.6 
#      
activate test  
source activate test # linux/mac
#       
deactivate test 
#      
conda remove -n test --all
#    
conda env remove  -n test

#        python  
conda info -e

その他のコマンド
#   conda  
conda update conda
#   anaconda   
conda update anaconda
#   python,    python   3.6.1,      3.6.2,       3.6.2
conda update python