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
python_notes [2023/01/25 10:27] juckinspython_notes [2023/04/05 08:56] (current) juckins
Line 1: Line 1:
 ==== Python Install Notes ==== ==== Python Install Notes ====
 +__5 Apr 2023__
 +
 +  # python3 -m pip list --outdated
 +  Package             Version         Latest          Type
 +  ------------------- --------------- --------------- -----
 +  chromedriver-binary 110.0.5481.30.0 112.0.5615.28.0 sdist
 +  mypy-extensions     0.4.3           1.0.0           wheel
 +  pdf2image           1.16.2          1.16.3          wheel
 +  pytesseract         0.3.8           0.3.9           wheel
 +  pytz                2022.7.1        2023.3          wheel
 +  urllib3             1.26.14         1.26.15         wheel
 +
 +Ran this:
 +  # python3 -m pip install --upgrade <package_name>
 +  # find /usr -name "chromedriver" -exec ls -l {} \;
 +  # chmod 755 /usr/local/lib/python3.6/site-packages/chromedriver_binary/chromedriver
 +
 __11 Jan 2023__ __11 Jan 2023__
  
python_notes.txt · Last modified: 2023/04/05 08:56 by juckins