728x90
반응형
pip freeze — local | grep -v ‘^\-e’ | cut -d = -f 1 | xargs -n1 pip install -U
Version with root privileges:
sudo pip2 freeze — local | grep -v ‘^\-e’ | cut -d = -f 1 | xargs -n1 sudo pip2 install -U
출처 : https://hackernoon.com/a-pip-hack-to-upgrade-all-your-python-packages-492658c49681
728x90
반응형
'꿀팁' 카테고리의 다른 글
Synology "system failed to create voloume", "format error 35" (0) | 2020.08.15 |
---|---|
윈도우에서 용량이 부족할 때. (1) | 2019.05.17 |
리눅스에 자바 설치할 때 꿀팁 (0) | 2018.05.24 |
Using python2 and python3 on the same system. (2) | 2018.03.19 |
레지스트리 접근 에러날 때 (0) | 2018.03.14 |
가상머신에 Windows 설치하는데 아무 것도 안 보일 때 (0) | 2018.01.30 |
cuckoo sandbox for linux elf (0) | 2017.10.26 |
원격 데스크톱(mstsc)를 이용해 Azure Linux 서버에 연결하기 (0) | 2017.10.26 |
리눅스에서 파일이 있음에도 파일이 없다고 나오는 경우 (1) | 2017.05.16 |
Linux Signal (0) | 2017.04.30 |
댓글