SyntaxFix
Write A Post
Hire A Developer
Questions
Another time stamp based hack:
touch /tmp/ts
python setup.py install --prefix=<PREFIX>
find <PREFIX> -cnewer /tmp/ts | xargs rm -r