- 확인
pip3 show webapp2
- 설치
pip3 install webapp2
- 재확인
pip3 show webapp2
4. 재설치
pip3 install webapp2 --upgrade --force-reinstall
5. 삭제
pip uninstall webapp2
6. 원하는 버전 설치
pip install webapp2==3.0.0b1
# 번외 - webapp2 : https://webapp2.readthedocs.io/en/latest/
'TIP' 카테고리의 다른 글
구글 유튜브 자막 한국어 자동번역 고정시키기 (0) | 2022.11.25 |
---|---|
[python] pip3 upgrade (0) | 2022.03.04 |
CentOS 5/6 에서 GCC 4.8 사용하기 (0) | 2022.02.11 |
[CentOS 7 / Ubuntu 18.04] Prometheus 서버 설치 방법 (1) | 2022.02.10 |
신종사기 - 사망자 보험금 청구 (0) | 2022.01.27 |