I currently have git and virtualenv set up in a way which exactly
suits my needs and, so far, hasn\'t caused any problems. However I\'m aware that
my setup is non-standard and I
In /lib/python2.7/site-packages in my virtualenv I have absolute paths, for example in Django.egg-link I have /Users/henry/.virtualenv/mowapp/src/django (this is a Mac).
Check to see if you have any absolute paths checked into git, I think that is a major problem with this approach.