nary a pip remains
As much as I'm trying to have good hygiene, I occasionally install some unintended cruft in my "empty" python environments. A magic incantation to reset everything seems to be
pip freeze | xargs pip uninstall -y
As much as I'm trying to have good hygiene, I occasionally install some unintended cruft in my "empty" python environments. A magic incantation to reset everything seems to be
pip freeze | xargs pip uninstall -y