diff --git a/pip.py b/pip.py --- a/pip.py +++ b/pip.py @@ -4714,7 +4714,7 @@ new_dir = os.path.dirname(new_path) logger.info('Removing file or directory %s' % full_path) self._moved_paths.append((prefix, path)) - os.renames(full_path, new_path) - shutil.move(full_path, new_path) for pth in self.pth.values(): pth.remove() logger.notify('Successfully uninstalled %s' % self.dist.project_name) --- - Bitbucket: https://bitbucket.org/ianb/pip/issue/27 - Originally Reported By: Anonymous - Originally Created At: 2009-11-13 14:18:19