Can you simply delete the directory from your python installation, or are there any lingering files that you must delete?
Can you simply delete the directory from your python installation, or are there any
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It varies based on the options that you pass to
installand the contents of the distutils configuration files on the system/in the package. I don’t believe that any files are modified outside of directories specified in these ways.Notably, distutils does not have an uninstall command at this time.
It’s also noteworthy that deleting a package/egg can cause dependency issues – utilities like
easy_installattempt to alleviate such problems.