<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <blockquote type="cite"
cite="mid:CAJgBAzDScLWjDadR5yZTd1DYAAR4YhRZpuJPo=75r5q+_ZxO3g@mail.gmail.com">
      <div dir="ltr">
        <div>I'm running into another issue with GDAL 3 installed with
          VCPKG on Windows 11 where I cannot identify where the *.py and
          *.exe files are stored, or if I need to run/install something
          else to generate them.</div>
        <div><br>
        </div>
        <div>Any help finding where these files are stored would be
          greatly appreciated!</div>
      </div>
    </blockquote>
    <p>The vcpkg port doesn't enable any python features. (Maybe I know
      how to wire this stuff, but IIRC it gets tricky with debug builds
      on MSVC.)<br>
    </p>
    <p>Executables are installed in <install_root>/tools/gdal. You
      may need extra environment variables to help them locate data
      files.<br>
    </p>
    <p>vcpkg is not a general-purpose package manager. The focus is on
      providing *libraries*  for (C,C++) application developers.</p>
    <p>Kai.<br>
    </p>
  </body>
</html>