Skip to content

Instantly share code, notes, and snippets.

@bchhun
Last active July 27, 2018 17:45
Show Gist options
  • Save bchhun/76af3fd6cb63fa08d713852cb58e7ab0 to your computer and use it in GitHub Desktop.
Save bchhun/76af3fd6cb63fa08d713852cb58e7ab0 to your computer and use it in GitHub Desktop.
Easy Python installation on Windows. Needs to be ran as an administrator within the Powershell command prompt.
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install -y python3;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment