标签: linux powershell powershell-core
如何在PowerShell Core中为Linux创建,设置和更新永久性环境变量。以下解决方案可以正常运行,但仅当我在Windows上运行脚本时才能使用:
[Environment]::SetEnvironmentVariable("Variable", "Value", "Machine")