Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


python_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
python_notes [2020/10/11 12:58] juckinspython_notes [2020/11/18 08:58] juckins
Line 1: Line 1:
 ==== Python Install Notes ==== ==== Python Install Notes ====
 +
 +__11 Oct 2020__
 +
 +Manually updated chrome to v87.
 +Ran the following:
 +
 +  python3 -m pip list --outdated
 +  
 +Then ran the following for each <package_name>
 +  python3 -m pip install --upgrade <package_name>
  
 __11 Oct 2020__ __11 Oct 2020__
python_notes.txt · Last modified: 2023/04/05 08:56 by juckins