sudo pip3 list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip3 install --user -U
'개발 > Python' 카테고리의 다른 글
python 가상환경 생성 (0) | 2019.06.30 |
---|---|
jupyter notebook Variable Viewer (0) | 2019.06.29 |
sublime text3 python 자동완성 기능 켜기, 및 다른 패키지 설치 (0) | 2019.05.28 |
python set없이 중복제거 (0) | 2019.05.24 |
pyinstaller 로 실행파일 만들기 (0) | 2019.05.24 |