Last active
March 30, 2024 07:27
-
-
Save shvargon/f5851388018e6b338c89140469a166af to your computer and use it in GitHub Desktop.
winget install python env
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
# notice create snapshot VM before continue | |
# git official winget install command https://git-scm.com/download/win | |
winget install --id Git.Git -e --source winget | |
winget install Python.Python.3.12 |
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
winget install REALiX.HWiNFO | |
winget install Microsoft.VCRedist.2015+.x86 Microsoft.VCRedist.2015+.x64 Microsoft.VCRedist.2013.x86 Microsoft.VCRedist.2013.x64 Microsoft.VCRedist.2012.x64 Microsoft.VCRedist.2012.x86 Microsoft.VCRedist.2010.x86 Microsoft.VCRedist.2008.x86 Microsoft.VCRedist.2010.x64 Microsoft.VCRedist.2008.x64 Microsoft.VCRedist.2005.x64 | |
Enable-WindowsOptionalFeature -Online -FeatureName "NetFx3" | |
winget install Google.Chrome 7zip.7zip | |
winget install Microsoft.VisualStudioCode Microsoft.WindowsTerminal | |
# https://github.com/microsoft/winget-cli/discussions/1798 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment