Skip to content

Instantly share code, notes, and snippets.

@modster
Created August 12, 2026 10:28
Show Gist options
  • Select an option

  • Save modster/95f52878c142fd7a7e4a427887cef509 to your computer and use it in GitHub Desktop.

Select an option

Save modster/95f52878c142fd7a7e4a427887cef509 to your computer and use it in GitHub Desktop.
PowerShell - Update PATH
$env:PATH = "C:\Users\User\.local\bin;$env:PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment