Tim Mattison
/
Python cheat sheet
Python cheat sheet
Remove all Python 3 packages (yes!):
Copy
pip3 freeze | xargs pip3 uninstall -y