pip freeze : 다운받아있는 모듈과 버전확인
pip install 모듈이름 : 다운로드 받을때
'Language > Python' 카테고리의 다른 글
[Python] 정적 메소드 staticmethod, classmethod (0) | 2021.03.27 |
---|---|
[Python] pickle 파일 module '__main__' has no attribute 'something' (0) | 2020.11.22 |
[Pipenv] Python 3.7 was not found on your system (0) | 2020.11.19 |
Mac Terminal 에서 conda 안될 때 (0) | 2020.11.17 |
파이썬 sorted() 함수 사용방법 (0) | 2020.06.02 |