I would like to install all available modules for Python 2.7.12 using a single pip command. Is there a way to do this without having to specify every single package name?
This is a terrible idea, but you could always use autoinstaller, which will automatically download packages via pip if you don't have them installed.
pip