Skip to content

Instantly share code, notes, and snippets.

@sajanp
Created January 28, 2013 08:34
Show Gist options
  • Save sajanp/4653932 to your computer and use it in GitHub Desktop.
Save sajanp/4653932 to your computer and use it in GitHub Desktop.
# Rerun the install script, recording the files installed.
python setup.py install --record files.txt
# Then, loop through the file removing everything.
cat files.txt | xargs rm -rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment