Created
January 17, 2022 21:06
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ( | |
| "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