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 [2022/02/02 08:51] juckinspython_notes [2022/02/02 08:58] juckins
Line 5: Line 5:
 Upgraded several python packages. Upgraded several python packages.
  
-  [root@tidewater: ~]#  python3 -m pip list --outdated+  [root@tidewater: ~]# python3 -m pip list --outdated
   Package             Version        Latest         Type   Package             Version        Latest         Type
   ------------------- -------------- -------------- -----   ------------------- -------------- -------------- -----
Line 13: Line 13:
  
   [root@tidewater: ~]# python3 -m pip install --upgrade <package_name>   [root@tidewater: ~]# python3 -m pip install --upgrade <package_name>
 +  
 +Fix chromedriver-binary permissions:
 +  
 +  [root@tidewater: ~]# find /usr -name "chromedriver" -exec ls -l {} \;
 +  [root@tidewater: ~]# chmod 755 /usr/local/lib/python3.6/site-packages/chromedriver_binary/chromedriver
  
 __20 Jan 2022__ __20 Jan 2022__
python_notes.txt · Last modified: 2023/04/05 08:56 by juckins