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 [2020/04/08 14:37] juckinspython_notes [2020/04/08 14:49] juckins
Line 4: Line 4:
  
 Upgraded Chrome via yum to version 81.0.4044.92 and now check_envoy.pl fails. Upgraded Chrome via yum to version 81.0.4044.92 and now check_envoy.pl fails.
 +
 +Did the following as root to fix:
 +
 +  # /usr/local/bin/pip3 uninstall chromedriver-binary
 +  # /usr/local/bin/pip3 install chromedriver-binary
 +  # /usr/local/bin/pip3 install pip-upgrade-outdated
 +  
 +  # cd /usr/local/bin
 +  # ./pip3 install --upgrade
 +  # ./pip3 list --outdated
 +  # pip-upgrade-outdated
 +  
 +  # find /usr -name "chromedriver" -exec ls -l {} \;
 +  
 +  /usr/local/lib/python3.6/site-packages/chromedriver_binary/chromedriver
 +  
 +  # chmod 755 /usr/local/lib/python3.6/site-packages/chromedriver_binary/chromedriver
  
  
Line 18: Line 35:
   # pip-upgrade-outdated   # pip-upgrade-outdated
      
-  # find /usr -name "chromedriver"+  # find /usr -name "chromedriver" -exec ls -l {} \;
      
   /usr/lib/python3.6/site-packages/chromedriver   /usr/lib/python3.6/site-packages/chromedriver
python_notes.txt · Last modified: 2023/04/05 08:56 by juckins