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/05/02 11:01] juckinspython_notes [2021/05/02 11:12] juckins
Line 73: Line 73:
   # /usr/bin/python3 -m pip uninstall chromedriver-binary   # /usr/bin/python3 -m pip uninstall chromedriver-binary
   # /usr/bin/python3 -m pip install chromedriver-binary   # /usr/bin/python3 -m pip install chromedriver-binary
 +  
 +Note: you can also do specific versions of chromedrive-binary:
 +
 +  # python3 -m pip install chromedriver-binary==90.0.4430.24.0
 +  
   # /usr/bin/python3 -m pip install --upgrade pip   # /usr/bin/python3 -m pip install --upgrade pip
   # find /usr -name "chromedriver" -exec ls -l {} \;   # find /usr -name "chromedriver" -exec ls -l {} \;
python_notes.txt · Last modified: 2023/04/05 08:56 by juckins