Skip to content

Instantly share code, notes, and snippets.

@Justin42
Created January 17, 2022 21:06
Show Gist options
  • Select an option

  • Save Justin42/0f06be1fe8f133dd714af6bd3f0b7ea3 to your computer and use it in GitHub Desktop.

Select an option

Save Justin42/0f06be1fe8f133dd714af6bd3f0b7ea3 to your computer and use it in GitHub Desktop.
Use winget to install a Python development environment. Includes Git + GitLFS, and PyCharm Community.
(
"Python.Python.3",
"Git.Git",
"GitHub.GitLFS",
"JetBrains.Toolbox",
"JetBrains.PyCharm.Community"
) | foreach {winget install -e --id $_ -s winget --scope machine}
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment