Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- docker
- Python
- 파이썬
- Linux
- 디렉토리
- C
- Chrome
- GPU
- rsyslog
- centos 7.5
- zabbix
- CentOS
- Elasticsearch
- audit
- JSON
- bash
- syslog
- GNOME
- RHEL
- 크롬
- 서울시민카드
- K8S
- Shell
- Audit Log
- PostgreSQL
- Elk
- log
- 빅데이터
- yum
- Kubernetes
Archives
- Today
- Total
Sysops Notepad
[Python] Anaconda 설치 및 사용 방법 본문
728x90
사용환경 : Linux( Centos 7.5 )
아나콘다 버전 : Anaconda2-5.3.0
Python 버전 : python 2.7.15
Anaconda 설치 방법
1. wget https://repo.continuum.io/archive/Anaconda2-5.3.0-Linux-x86_64.sh
2. chmod 755 Anaconda2-5.3.0-Linux-x86_64.sh
3. bash Anaconda2-5.3.0-Linux-x86_64.sh
4. 라이센스 동의 > 설치 경로 지정 > PATH 지정
5. source ~/.bashrc
Anaconda 사용 방법
conda --version # 아나콘다 버전 확인
conda info --envs # 아나콘다 설치된 가상 환경 리스트
conda install package # 아나콘다 패키지 설치
conda update package # 아나콘다 패키지 업데이트
conda create --name $ENVIRONMENT_NAME $PREINSTALL_PACKAGES # 아나콘다 가상환경 생성
source activate envname
source deactivate
728x90
'업무 > dev' 카테고리의 다른 글
[bash] echo cmd option (0) | 2018.11.27 |
---|---|
[Python] 파이썬 소스 컴파일(Python source compile) 하는 방법 (0) | 2018.11.14 |
[Python] OS 모듈 및 스크립트 작성에 많이 쓰이는 모듈 (0) | 2018.11.10 |
[bash] 쉘 스크립트 디렉토리 or 파일 존재 여부 확인하는 법 (0) | 2018.10.31 |
Elasticsearch & Slack 연동을 통한 로그 모니터링 하기 (0) | 2018.10.24 |
Comments