Exception: Traceback (most recent call last): File , in main status = self.run(options, args) File , in run root=options.root_path, File , in install requirement.uninstall(auto_confirm=True) File , in uninstall paths_to_remove.remove(auto_confirm) Fi…
When i run svn up in the folder, i got these error: svn: Error converting entry in directory 'XXXXX' to UTF-8 svn: Can't convert string from native encoding to 'UTF-8': After googled, i found the resolution, just run export LC_ALL=zh_CN.UTF-8 Have fu…