Skip to content

2nd February 2022

Computer Science

Programming

pip

  • New: Uninstall all packages.

    pip freeze | xargs pip uninstall -y