python 가상환경 생성 (virtual enviroment)

conda -V   #버전확인

conda update conda #업그레이드

conda create -n jung0 python=3.6 anaconda  # 가상환경 생성 python 3.6에 anaconda 설치

activate jung0  # 가상화 환경 진입

댓글

이 블로그의 인기 게시물

LSF (GPU 스케쥴링) 명령어 사용법

CentOS 7 리부팅 없이 새 디스크 인식 (find a new disk without reboot)

python에서 hive 사용