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 revision
Previous revision
Next revisionBoth sides next revision
python_notes [2020/10/11 12:57] 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__
Line 18: Line 28:
   setuptools    46.4.0     50.3.0    wheel   setuptools    46.4.0     50.3.0    wheel
   urllib3       1.25.9     1.25.10   wheel   urllib3       1.25.9     1.25.10   wheel
 +  
 +All upgraded using the command:
 +
 +  python3 -m pip install --upgrade <package_name>
  
  
python_notes.txt · Last modified: 2023/04/05 08:56 by juckins