Changes between Initial Version and Version 1 of Ticket #570, comment 1
- Timestamp:
- 09/04/18 04:40:44 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #570, comment 1
initial v1 1 i found that all python-executables in OSGeo4W/apps/Python36/Scripts have wrong shebangs (#!). There pathes point to python executables, that may do not exist. I used an editor (notepad++) and opened the exe files, at the bottom one can find the shebang string. Th isI changed to #!python3.exe.1 i found that all python-executables in OSGeo4W/apps/Python36/Scripts have wrong shebangs (#!). There pathes point to python executables, that may do not exist. I used an editor (notepad++) and opened the exe files, at the bottom one can find the shebang string. These I changed to #!python3.exe. 2 2 3 3 Inside the OSGeo4w-Shell you have to call py3_env and then e.g. pip3 - without the path information it works!