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:23] juckinspython_notes [2020/10/09 09:27] juckins
Line 1: Line 1:
 ==== Python Install Notes ==== ==== Python Install Notes ====
 +
 +__9 Oct 2020__
 +
 +Updated Chrome via yum to version 86.0.4240.75-1 and now check_envoy.pl fails.
 +
 +Did the following as root to fix:
 +
 +  # /usr/bin/python3 -m pip uninstall chromedriver-binary
 +  # /usr/bin/python3 -m pip install chromedriver-binary
 +  # /usr/bin/python3 -m pip install --upgrade pip
 +  # find /usr -name "chromedriver" -exec ls -l {} \;
 +  # chmod 755 /usr/local/lib/python3.6/site-packages/chromedriver_binary/chromedriver
  
 __6 Oct 2020__ __6 Oct 2020__
python_notes.txt · Last modified: 2023/04/05 08:56 by juckins