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.