Quantcast
Channel: Server – Gr3yh0und's Blog
Viewing all articles
Browse latest Browse all 3

Upgrade all python packages with pip

$
0
0

Would be a quite handy function if it would be implemented… As a workaround you can use

pip freeze --local | grep -v '^\-e' | cut -d = -f 1  | xargs -n1 pip install -U

on the bash console.


Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles





Latest Images