We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c79ab commit 2c79036Copy full SHA for 2c79036
src/jenv.ps1
@@ -58,7 +58,6 @@ if ($javaPaths.Length -gt 0) {
58
59
$Env:PATH = $userPath # Set for powershell users
60
Set-Content -path "jenv.path.tmp" -value $userPath # Create temp file so no restart of the active shell is required
61
- [System.Environment]::SetEnvironmentVariable("PATH", $userPath, [System.EnvironmentVariableTarget]::User) # Set globally
62
}
63
#endregion
64
0 commit comments