Joined April 2018
·

xeonpinkswan

another way (assuming a standard linux/bsd environment):

sudo pip install -U $(pip freeze | cut -d '=' -f 1)

where pip should be replaced with pip2 or pip3 depending on what it's called in your distro.

Achievements
1 Karma
0 Total ProTip Views