Standard Distutils does not feature an uninstall command. PyTDE Extensions does and it can be easily invoked with:
python setup.py uninstallIt is quite basic. The install writes the list of files it installed to the file
install_log.txt
. The
uninstall command simply reads this file and removes the
files and directories that are listed within.
Would you like to comment or contribute an update to this page?
Send feedback to the TDE Development Team