一行命令更新旧的pip包 pip list --outdated --format freeze|awk -F'=' '{print $1}'|xargs pip install --upgrade. ~/.pip/pip.conf 配置参考:
確定! 回上一頁