Yesterday, I installed the python36 port, then decided to uninstall and use the
installer from python.org instead. So I did …
$ sudo port uninstall python36
---> Deactivating python36 @3.6.1_1
---> Cleaning python36
---> Uninstalling python36 @3.6.1_1
---> Cleaning python36
However, I notice there is still a 105 MB directory at …
/opt/local/Library/Frameworks/Python.framework/Versions/3.6
… that I’d expected would have been removed. Is this expected behavior? Are
there other files it left behind? How can I completely remove the python36 port
with all of its files?
Thanks,
Ray