Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| python [2021/06/04 13:32] – 192.168.1.41 | python [2021/07/27 11:39] (current) – [pip] 192.168.1.44 | ||
|---|---|---|---|
| Line 43: | Line 43: | ||
| runtime: | runtime: | ||
| C: | C: | ||
| + | </ | ||
| + | |||
| + | ===== pip ===== | ||
| + | Update All Python Packages On Windows (PowerShell) | ||
| + | < | ||
| + | pip freeze | %{$_.split(' | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | pip freeze | %{$_.split(' | ||
| </ | </ | ||
| Line 48: | Line 58: | ||
| * How to activate an Anaconda environment - https:// | * How to activate an Anaconda environment - https:// | ||
| * how to close running jupyter notebook servers? #2844 - https:// | * how to close running jupyter notebook servers? #2844 - https:// | ||
| + | * How To Update All Python Packages - https:// | ||