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:11] juckinspython_notes [2021/05/03 08:24] juckins
Line 76: Line 76:
 Note: you can also do specific versions of chromedrive-binary: Note: you can also do specific versions of chromedrive-binary:
  
-python3 -m pip install chromedriver-binary==90.0.4430.24.0 +  # 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 {} \;
Line 194: Line 194:
   pip3.6 install pytz   pip3.6 install pytz
   pip3.6 install astral   pip3.6 install astral
 +
 +Note: replace the "pip3.6 install" with "/usr/bin/python3 -m pip install"
      
 To update all pip packages: To update all pip packages:
python_notes.txt · Last modified: 2023/04/05 08:56 by juckins