摘要: 更新pip包 Windows pip freeze | %{$_.split('==')[0]} | %{pip install --upgrade $_} linux pip3 list --outdated --format=freeze | grep -v '^\-e' | cut -d = 阅读全文
posted @ 2021-12-03 14:31 卓能文 阅读(56) 评论(0) 推荐(0)