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 [2021/07/21 08:32] juckinspython_notes [2021/07/21 08:54] juckins
Line 16: Line 16:
  
   python3 -m pip install --upgrade <package_name>   python3 -m pip install --upgrade <package_name>
 +  
 +Note on chromedriver-binary...don't forget to check/adjust permissions:
 +
 +  # find /usr -name "chromedriver" -exec ls -l {} \;
 +  # chmod 755 /usr/local/lib/python3.6/site-packages/chromedriver_binary/chromedriver
  
 __26 May 2021__ __26 May 2021__
python_notes.txt · Last modified: 2023/04/05 08:56 by juckins