I\'m working with fabric(0.9.4)+pip(0.8.2) and I need to install some python modules for multiple servers. All servers have old version of setuptools (0.6c8) which needs to
If you have comments in your requirements file you'll want to use:
grep -v "^#" requirements.txt | xargs pip install