Skip to content

Instantly share code, notes, and snippets.

@gravcat
Last active June 30, 2017 23:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gravcat/3f50f91b103fe9f4e6576c465498b55d to your computer and use it in GitHub Desktop.
Save gravcat/3f50f91b103fe9f4e6576c465498b55d to your computer and use it in GitHub Desktop.
#requires –runasadministrator
try
{
& choco -h
}
catch
{
# If chocolatey help wasn't available, invoke expression to install from Chocolatey.org
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
}
# Install latest _stable_ python2
& choco install python2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment