Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


python_notes_work

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_work [2020/09/29 15:32] juckinspython_notes_work [2020/09/29 15:50] juckins
Line 3: Line 3:
 Get pygrib installed and working to plot meteorological data: Get pygrib installed and working to plot meteorological data:
  
-Is the following what to do?+Is the following the solution, performing as root?
  
   dnf config-manager --set-enabled PowerTools   dnf config-manager --set-enabled PowerTools
Line 18: Line 18:
   dnf install cups-devel   dnf install cups-devel
   dnf install dbus-devel   dnf install dbus-devel
 +  dnf install cairo-gobject-devel
   python3 -m pip install NeuroTools   python3 -m pip install NeuroTools
   python3 -m pip install --upgrade pip   python3 -m pip install --upgrade pip
   python3 -m pip install pip-upgrade-outdated   python3 -m pip install pip-upgrade-outdated
-  pip_upgrade_outdated+  pip_upgrade_outdated --exclude blivet --exclude langtable --exclude ntplib --exclude pycairo --exclude pycups (for more info, see https://pypi.org/project/pip-upgrade-outdated/)
   python3 -m pip install shapely   python3 -m pip install shapely
      
 Now test a script. Now test a script.
python_notes_work.txt · Last modified: 2020/09/29 15:53 by juckins