deprecation message for pip list

想說看一下電腦裡到底裝了多少Python package,在MAC環境下pip list遭遇如下警訊
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.

按照warning的說法,解決方式有二種
●第一種
創建pip.ini檔案,在檔案裡設定list時要使用的展示格式
[list]
format=columns

●第二種
每次下指令時多打這一串--format columns

Unable to export Apple Push Services certificate in .p12 format

前陣子憑證快到期重新製作了推撥用的p12
結果發現匯出格式無法選擇p12

原因是keychain的左側panel選擇了「所有項目」,而不是「我的憑證」(下圖紅2)。那為何會這樣???
因為我使用搜尋功能(下圖紅1)去快速查找憑證檔時,沒有先點選「我的憑證」,而keychain一打開預設是點選到「所有項目」...
爛透了XD