Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. run o-help for a list of available commands
  2. C:\Windows\System32>cd..
  3.  
  4. C:\Windows>cd..
  5.  
  6. C:\>py3_env
  7.  
  8. C:\>SET PYTHONPATH=
  9.  
  10. C:\>SET PYTHONHOME=C:\PROGRA~1\QGIS3~1.8\apps\Python37
  11.  
  12. C:\>PATH C:\PROGRA~1\QGIS3~1.8\apps\Python37;C:\PROGRA~1\QGIS3~1.8\apps\Python37\Scripts;{app};C:\PROGRA~1\QGIS3~1.8\apps\Python27\Scripts;C:\PROGRA~1\QGIS3~1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\WBem;C:\Program Files\R\R-3.5.2\bin\x64
  13.  
  14. C:\>pip3 install netcdf4
  15. Requirement already satisfied: netcdf4 in c:\progra~1\qgis3~1.8\apps\python37\lib\site-packages (1.5.2)
  16. Requirement already satisfied: cftime in c:\progra~1\qgis3~1.8\apps\python37\lib\site-packages (from netcdf4) (1.0.3.4)
  17. Requirement already satisfied: numpy>=1.7 in c:\progra~1\qgis3~1.8\apps\python37\lib\site-packages (from netcdf4) (1.16.3)
  18.  
  19. C:\>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement