How to update all python packages in Windows?
1) Open a command shell by typing powershell
in the Search Box of the Task bar
2) Enter pip freeze | %{$_.split('==')[0]} | %{pip install --upgrade $_}
May 3, 2020 | python | 0 comments
How to update all python packages in Windows?
1) Open a command shell by typing powershell
in the Search Box of the Task bar
2) Enter pip freeze | %{$_.split('==')[0]} | %{pip install --upgrade $_}
Subscribe now to keep reading and get access to the full archive.
Recent Comments