Open mcandre opened 5 years ago
In the event that the pip configuration file leads with a Unicode BOM, ignore that sequence. Currently, if you try to create a pip.ini file from PowerShell, then pip is unable to process the resulting file due to the presence of the BOM.
If it's utf8 with BOM then this is PS bug.
In the event that the pip configuration file leads with a Unicode BOM, ignore that sequence. Currently, if you try to create a pip.ini file from PowerShell, then pip is unable to process the resulting file due to the presence of the BOM.