I have been scratching my head over the following issue:
After installing a package via chocolatey (in my case, gnuplot
) - I am notified that the environment variables has been modified.
I am able to call it in Powershell simply by typing gnuplot
so I was expecting to see the value of gnuplot
by typing Get-ChildItem Env:gnuplot
but it claims that it doesn't exist...
Where can I see the "values" of these packages? (the path to the exe in a sense)