2022年10月21日金曜日

pip error

 DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.

pip (9.0.3)


# vi ~/.config/pip/pip.conf
[list] 
format=columns

0 件のコメント:

コメントを投稿

Nginx インストール&設定

# systemctl stop httpd # systemctl disable httpd # dnf install -y nginx # systemctl start nginx # systemctl enable nginx # firewall-cmd --pe...