Changes between Initial Version and Version 1 of Ticket #570, comment 1


Ignore:
Timestamp:
Sep 4, 2018, 4:40:44 AM (6 years ago)
Author:
Andreas Müller

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. This I changed to #!python3.exe.
     1i 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.
    22
    33Inside the OSGeo4w-Shell you have to call py3_env and then e.g. pip3 - without the path information it works!