Changes between Initial Version and Version 1 of Ticket #570, comment 12
- Timestamp:
- 09/04/18 06:38:22 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #570, comment 12
initial v1 1 they all have the same path here, pip3 in Scripts comes first in the path set by py3_env.bat, so this will execute. If i install python3 from python.org, the path is set during install and points to whatever installation dir i use for python. But I think this is not a part in postinstall of the osgeo4w package, so pathremains.1 they all have the same path (shebang) here, pip3 in Scripts comes first in the path variable set by py3_env.bat, so this will execute, and no i'm not in bin. If I install python3 from python.org, the path (shebang) is set during install and points to whatever installation dir i use for python. But I think this is not a part in postinstall of the osgeo4w package, so path(shebang) remains. 2 2 3 3 Some executables, like jupiter.exe, point to c:\osgeo4w\bin\python3.exe which is correct for an unchanged installation directory.