``` export PIP_EXISTS_ACTION=w pip install requests => An error occured during configuration: option --exists-action: invalid choice: ['w'] (choose from 's', 'i', 'w', 'b') ``` The bug is on baseparser.py, ConfigOptionParser.update_defaults.