1. 가상환경 (Virtual Environment)
python -m venv .venv
.venv\Scripts\activate
=>아래 오류 발생시
아래 설정 수행
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process
그 후 다시 수행
.venv\Scripts\activate
2. Package 설치
python -m pip install package
python -m pip uninstall package
3. 가상환경 종료
deactivate
'뇌새김질' 카테고리의 다른 글
[Python] Method 종류 (instance, class, static) (0) | 2021.07.16 |
---|---|
[Python] String 포맷 & prefix (f, b, u, r) (0) | 2021.07.15 |
[Flutter] 구글 광고(AdMob) 추가 오류 (0) | 2021.06.25 |
[Flutter] 프로젝트 이름 바꾸기 (0) | 2021.06.23 |
망각의 강 - Flutter (0) | 2021.06.18 |