Uninstall command
Prev
Next

Uninstall command

Standard Distutils does not feature an uninstall command. PyTDE Extensions does and it can be easily invoked with:

python setup.py uninstall
It 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.

Prev
Next
Home


Would you like to comment or contribute an update to this page?
Send feedback to the TDE Development Team