摘要: pip Windows下更新所有包 pip freeze | %{$_.split('==')[0]} | %{pip install --upgrade $_} 阅读全文
posted @ 2019-03-14 21:55 白云君 阅读(127) 评论(0) 推荐(0)