I installed dart by choco install dart-sdk
.
When choco adds any path in the PATH environment variable, I will check this.
In my case, the choco said PATH environment variable does not have C:\Users\user_name\AppData\Roaming\Pub\Cache\bin in it. Adding...
and the choco adds this in my path environment variable. But my computer doesn't have Pub\Cache\bin
in the Roaming
folder!?
Is this normal? Why does the choco add this path in the path environment variable? Should I delete this path from the PATH environment variable?