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/06 16:10] juckinspython_notes [2020/10/09 09:23] juckins
Line 11: Line 11:
 Did the following as root to fix: Did the following as root to fix:
  
-  # /usr/local/bin/pip3 uninstall chromedriver-binary +  # /usr/bin/python3 -m pip uninstall chromedriver-binary 
-  # /usr/local/bin/pip3 install chromedriver-binary+  # /usr/bin/python3 -m pip install chromedriver-binary
   # /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