` virtualenv.py, line 787, in call_subprocess % (cmd_desc, proc.returncode)) ` In case if you are having a trouble with python virtualenv  then try to downgrade your virtualenv version to 1.10 insead of 1.11;

` sudo easy_install virtualenv==1.10.1 `