python pip로 설치한 모듈 한번에 업데이트하기
by St1tch
pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs pip install -U
블로그의 정보
튜기's blogg(st1tch)
St1tch
pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs pip install -U
튜기's blogg(st1tch)
St1tch