elasticsearch - 'CURL' is not recognized as an internal or external command? -


I use the curl command in the elastic search in windows I'm trying

ex: localhost: 9200 / playground / equipment / 1? Beautiful

I'm having an error saying that curl is not an internal or external command

Please understand me about this problem Help please

If you have already installed curl Add where it is installed in the Windows Path:

Windows Vista and Windows 7 users

1- From the Desktop, right-click on My Computer And click Properties .
2 - Click the Advanced System Settings link in the left column.
3 - Click the Environment Variables button in the System Properties window.
4 - Select Path and click Edit .
5 - ; Click c: \ Add path to the curl directory .
5 - Click OK .
6 - Close and Reopen Command Prompt

 How to set path and environment variables in Windows



Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -