How do you add the gcloud command to the path in the environment variables on Windows 10?
What I've Tried
I have gone to my Windows 10 environment variables and edited the path variable in system variables.
Here is a screenshot of what that looks like:
What's inside the path variable:
Explanation
I have added the path to the /bin folder of google cloud in the path variable but it does not work. Is there anything else that I am missing?
Expected Results
The environment variable for the gcloud command-line tool should be defined and be ready to use in the command prompt.
Actual Results
I have set inside the path variable this path: C:\Program Files\Google\Cloud SDK\google-cloud-sdk\bin, but it does not work. And the gcloud command is not working because of it.

