Where can I set path to make.exe on Windows?

后端 未结 5 1241
鱼传尺愫
鱼传尺愫 2020-12-24 01:49

When I try run make from cmd-console on Windows, it runs Turbo Delphi\'s make.exe but I need MSYS\'s make.exe. There is no mention abo

5条回答
  •  情书的邮戳
    2020-12-24 02:02

    here I'm providing solution to setup terraform enviroment variable in windows to beginners.

    1. Download the terraform package from portal either 32/64 bit version.
    2. make a folder in C drive in program files if its 32 bit package you have to create folder inside on programs(x86) folder or else inside programs(64 bit) folder.
    3. Extract a downloaded file in this location or copy terraform.exe file into this folder. copy this path location like C:\Programfile\terraform\
    4. Then got to Control Panel -> System -> System settings -> Environment Variables

    Open system variables, select the path > edit > new > place the terraform.exe file location like > C:\Programfile\terraform\

    and Save it.

    1. Open new terminal and now check the terraform.

提交回复
热议问题