You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something like this: [Environment]::SetEnvironmentVariable("Path", $env:Path + ";C:\bin", "Machine") in theory should be able to allow packages to add their directory to the powershell path.
The text was updated successfully, but these errors were encountered:
Feature Request Add ability to add installed packages to path
https://stackoverflow.com/questions/714877/setting-windows-powershell-environment-variables?rq=1
Something like this:
[Environment]::SetEnvironmentVariable("Path", $env:Path + ";C:\bin", "Machine")
in theory should be able to allow packages to add their directory to the powershell path.The text was updated successfully, but these errors were encountered: