pg_config executable not found when using pgxnclient on Windows 7 x64

后端 未结 2 1878
情话喂你
情话喂你 2020-12-31 05:18

I installed Python 2.7.8 and pgxn client. And I tried to run this statement from command line from the bin folder and path is setup correctly

pgxnclient inst         


        
2条回答
  •  别那么骄傲
    2020-12-31 05:35

    I had this same error, and pg_config was in my path

    You can try

    pgxnclient install --pg_config "c:\path\to\pg_config.exe" $extensionName

    You almost definitely need to run cmd.exe as an admin

提交回复
热议问题