I been thinking on some stuff to make virtualenv fail if pip can not install a dep. I have a few ideas, but the easiest would be to use a simple try block. I wanted to pass it by you guys to see if I am missing something in my thought process behind this.<br>
<br>The other way was to catch the output from pip and parse for failed or something like that.<br><br>Max<br>