1. virtualenv 로 개발 프로젝트 폴더 생성
1-1) virtualenv {프로젝트 폴더명}
[그림 1-1] virtualenv 실행
2. pycharm 셋팅
2-1) pycharm 프로젝트 오픈
[그림 2-1] pycharm 프로젝트 오픈
2-2) 방금 생성한 폴더를 프로젝트 폴더로 설정 합니다.
2-3) File - settings... 로 이동
[그림 2-2] settings 로 이동
2-4) project Interpreter 설정
[그림 2-3] Project Interpreter 설정
2-5) Interpreter 추가
[그림 2-4] Interpreter 추가
2-6) 생성 폴더/Scripts/python.exe 추가
[그림 2-5] Interpreter 추가
'김초보's Python 이야기 > TIP' 카테고리의 다른 글
[Python][TIP] 소수점 중 불필요한 0 제거 하기 (0) | 2016.04.19 |
---|---|
[Python][TIP] python 문자열(String) 특수 문자 제거 (0) | 2016.04.01 |
[Python][TIP] python map function (map 함수 사용하기) (0) | 2016.03.04 |
[Python][TIP] python naming convention, naming rule (0) | 2016.03.04 |