python

python package update all

기계새 2017. 2. 26. 16:59
pip freeze --local | grep -v '^\-e' | cut -d = -f 1  | xargs -n1 pip install -U

파이썬 패키지 전체 업데이트


출처 : http://stackoverflow.com/questions/2720014/upgrading-all-packages-with-pip