ubuntu 시스템 anaconda 가상 환경 에서 각종 가방 설치 상용 명령

원본 링크:http://www.cnblogs.com/DeepRunning/p/9205872.html
anaconda 에 서 는 가방 을 설치 하 는 여러 가지 방식 이 있 습 니 다. 명령 행 만 정리 합 니 다 (가장 효과 적 인 방법)
1. 시스템 자체 python 환경 에서:
온라인 설치:
$ conda install 

오프라인 설치:
$ pip install 

2. anaconda 가 만 든 가상 python 환경 에서:
온라인 설치:
methon 1:
       (            py36) ,   
$ source activate py36      
# conda  install 

methon 2 :
       ,       
$ conda install -n py36 

오프라인 설치:
methon 1:
       (            py36) ,   
$ source activate py36      
# pip install   2:    :

methon 2 :
       ,       
$ pip install -n py36 

다음으로 전송:https://www.cnblogs.com/DeepRunning/p/9205872.html

좋은 웹페이지 즐겨찾기