Pip 出现错误提示! The default format will switch to columns in the future

Pip 出现错误提示! The default format will switch to columns in the future

Pip 出现错误提示! The default format will switch to columns in the future

Does not affect normal use, it is not very beautiful

 

Solution:

Create a configuration file for pip.conf to remove the warning.

Cd ~ jump to the root directory

Mkdir .pip creates a .pip file (.pip hidden file)

Cd .pip enters .pip

Vi pip.conf create pip, conf file and enter vi edit mode

Enter the following in vi:

i Enter insert mode Enter input Enter Esc to enter command mode

Enter Shift +: Enter x Save Exit

 

Go back to the root directory cd ~

Enter pip.list again. Warning is gone. Looks more comfortable (for friends with obsessive-compulsive disorder)

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注

Back To Top