python -c "import pip, subprocess; [subprocess.call('pip install -U ' + d.project_name, shell=1) for d in pip.get_installed_distributions() if d.location.find('site-packages') != -1]"
Create TOC
2013년 9월 14일
Python/pip로 설치한 패키지 업그레이드
pip를 이용해 설치한 패키지를 한번에 업그레이드 하려면 아래와 같이 python 스크립트를 실행한다.
피드 구독하기:
글
(
Atom
)