Python 3.9 to 3.10 validation and cleanup

Ah, my mistake… I should have included the full commands I ran from the stable “wiki” post…

… so one of my commands was run with sudo as recommended

  • $ sudo pip freeze > pip_list_sudo.txt
  • $ pip freeze --user > pip_list_user.txt

That’s good news, I was hoping that was the case!

The only time I’ve experienced something like this (under Windows) was when a file was locked or in use or not part of the uninstall script… and usually folders refuse to delete so long as there are any files inside. But as you can see from the folder that the vast majority of the /usr/lib/python3.9 folder was removed… with the exception of one file that prevented its parent folders from being removed.