Skip to content

Instantly share code, notes, and snippets.

@4nte
Created January 16, 2023 15:19
Show Gist options
  • Save 4nte/6a21b4fb9e61471e00abedb3876a426c to your computer and use it in GitHub Desktop.
Save 4nte/6a21b4fb9e61471e00abedb3876a426c to your computer and use it in GitHub Desktop.
WSL path
$userenv = [System.Environment]::GetEnvironmentVariable("Path", "User")
[System.Environment]::SetEnvironmentVariable("PATH", $userenv + ";C:\Users\Administrator\Ubuntu", "User")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment