I am trying to uninstall Active TCL on my Mac and the provided code from the website does not work. I am receiving errors saying not a directory. When I look into the file path that the code gives me I can manually find but it does not work. Is there any other way to get rid of this?
Below is the provided code:
$ cd /Library/Frameworks/Tcl.framework/Versions/<version>/Resources/Scripts/uninstall
$ sudo ./uninstall
In case of failed sudo ./uninstall command, fix the permission with sudo chmod 755 ./uninstall. Then uninstall command will execute.
Source: https://community.activestate.com/node/9010
uninstall ain't executable.
Then a Tcl icon appeared in my Dock, and when I clicked on that, a dialog box popped up asking:
This worked for me. You may try it.