I played around with configuring a private pip repository in a virtual environment that I regularly use. Something has happened and now whenever I try to use pip in this virtualenv i get this error:
# pip install psutil
Usage:
pip install [options] <requirement specifier> [package-index-options] ...
pip install [options] -r <requirements file> [package-index-options] ...
pip install [options] [-e] <vcs project url> ...
pip install [options] [-e] <local project path> ...
pip install [options] <archive url/path> ...
<username for private repo> is not a valid value for user option, please specify a boolean value like yes/no, true/false or 1/0 instead.
The error is not particularly helpful because i have no idea where this string is being input. To my knowledge I didn't change any sort of configuration file. how can i recover this virtual environment to make it usable again?