changed quit() to quit(1) with a more complete error message to handle the...
changed quit() to quit(1) with a more complete error message to handle the (common) case when the BINARY_C environment variable is not set. With quit(), the return code is 0 so pip just gives a confusing "oserror". With quit(1), an error is raised and the output sent to the terminal.
Loading
Please register or sign in to comment