개발/PyThon5 PyThon 기본설정 1. 아나콘다 업데이트 conda update conda 2. 파이썬 가상환경 세팅 set CONDA_FORCE_32BIT=1 \rightarrow→ 아나콘다 가상환경 변수를 32bit로 설정 (32비트 아나콘다를 설치한경우 pass)conda create -n py35_32 python=3.5 \rightarrow→ 가상환경 이름이 py35_32이고 python 3.5를 생성activate py35_32 \rightarrow→ 가상환경 py35_32 활성화(activate)python \rightarrow→ python 실행 3. 필요한 모듈(패키지) 설치 - win32comconda install pywin32 출처: http://excelsior-cjh.tistory.com/105 [EXCELSIOR] 2018. 5. 21. 이전 1 2 다음