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/09 09:37] juckinspython_notes [2020/10/11 12:39] juckins
Line 1: Line 1:
 ==== Python Install Notes ==== ==== Python Install Notes ====
 +
 +__11 Oct 2020__
 +
 +To upgrade pip modules manually when dependencies give an error:
 +  # python3 -m pip --list outdated
 +  # python3 -m pip install --upgrade <package1> <package2> 
  
 __9 Oct 2020__ __9 Oct 2020__
python_notes.txt · Last modified: 2023/04/05 08:56 by juckins