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 [2022/01/20 10:44] juckinspython_notes [2022/02/02 08:51] juckins
Line 1: Line 1:
 ==== Python Install Notes ==== ==== Python Install Notes ====
 +
 +__2 Feb 2022__
 +
 +Upgraded several python packages.
 +
 +  [root@tidewater: ~]#  python3 -m pip list --outdated
 +  Package             Version        Latest         Type
 +  ------------------- -------------- -------------- -----
 +  charset-normalizer  2.0.10         2.0.11         wheel
 +  chromedriver-binary 96.0.4664.35.0 98.0.4758.48.0 sdist
 +  dictor              0.1.7          0.1.9          sdist
 +
 +  [root@tidewater: ~]# python3 -m pip install --upgrade <package_name>
  
 __20 Jan 2022__ __20 Jan 2022__
python_notes.txt · Last modified: 2023/04/05 08:56 by juckins