Problems Installing PostgreSQL 9.2

前端 未结 11 1706
野趣味
野趣味 2020-12-15 12:05

I\'ve been trying to install the 64bit version of PostgreSQL 9.2 for Windows on my machine (Windows 7 64bit) and get this error:

The environment variable COMPS

11条回答
  •  我在风中等你
    2020-12-15 13:01

    Very easy fix:

    1. Just open Advanced System Settings in Control Panel and create a new System Variable( in the System Variable instead of User Variable section).

    2. In the variable name, enter ComSpec and then in the variable value , enter C:\Windows\system32\cmd.exe.

    Alternative fix:

    If you have already the ComSpec variable in the System Variable section, remove the ;at the end of it this should fix it.

提交回复
热议问题