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 [2021/11/16 13:38] juckinspython_notes [2022/01/20 10:44] juckins
Line 1: Line 1:
 ==== Python Install Notes ==== ==== Python Install Notes ====
 +
 +__20 Jan 2022__
 +
 +Upgraded several python packages.
 +
 +  [root@tidewater: ~]# python3 -m pip list --outdated
 +  Package             Version        Latest         Type
 +  ------------------- -------------- -------------- -----
 +  charset-normalizer  2.0.7          2.0.10         wheel
 +  chromedriver-binary 96.0.4664.35.0 98.0.4758.48.0 sdist
 +  requests            2.26.0         2.27.1         wheel
 +  setuptools          59.1.1         59.6.0         wheel
 +  urllib3             1.26.7         1.26.8         wheel
 +
 +  [root@tidewater: ~]# python3 -m pip install --upgrade <package_name>
 +
 +Note: Did not update chromedriver-binary as Chrome is still v97.0.4692.99
  
 __16 Nov 2021__ __16 Nov 2021__
      
-Upgraded all using: +Upgraded several python packages.
- +
-  python3 -m pip install --upgrade <package_name>+
      
   [root@tidewater: ~]# python3 -m pip list --outdated   [root@tidewater: ~]# python3 -m pip list --outdated
Line 17: Line 32:
   pytz                2021.1         2021.3         wheel   pytz                2021.1         2021.3         wheel
   setuptools          58.1.0         59.1.1         wheel   setuptools          58.1.0         59.1.1         wheel
 +  
 +  [root@tidewater: ~]# python3 -m pip install --upgrade <package_name>
  
 __29 Sep 2021__ __29 Sep 2021__
python_notes.txt · Last modified: 2023/04/05 08:56 by juckins