728x90
반응형
1. PIP 모듈 설치
> pip install virtualenv virtualenvwrapper
(* 윈도우는 virtualenvwrapper-win 설치
> pip install virtualenv virtualenvwrapper-win)
사용
mkvirtualenv : 가상 환경 생성
deactivate : 가상 환경 종료
rmvirtualenv : 가상 환경 삭제
workon : 가상 환경 진입
728x90
반응형
'개발 > Python' 카테고리의 다른 글
Python runtime measurement (0) | 2021.06.11 |
---|---|
Anaconda3 Update (0) | 2021.06.09 |
python code style check (pycodestyle) (0) | 2021.05.31 |
네이버 주식 일별 시세 pandas read_html() ValueError: No tables found 오류 (2) | 2021.05.21 |
Pandas read_excel error : ValueError: Your version of xlrd is 2.0.1. In xlrd >= 2.0, only the xls format is supported. Install openpyxl instead. (0) | 2021.05.21 |