Advertisement
ullallulloo

Install Chocolatey, git, and Python

Nov 15th, 2019
420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
  2. choco install git -y
  3. choco install python -y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement