Skip to content

Instantly share code, notes, and snippets.

@nehaljwani
Created November 9, 2017 03:56
Show Gist options
  • Save nehaljwani/8ce01d6c2c6856173842d84874c7ef25 to your computer and use it in GitHub Desktop.
Save nehaljwani/8ce01d6c2c6856173842d84874c7ef25 to your computer and use it in GitHub Desktop.
Silent Install Miniconda Windows
powershell -command "& { (New-Object Net.WebClient).DownloadFile('https://repo.continuum.io/miniconda/Miniconda3-4.3.21-Windows-x86_64.exe', 'mc3.exe') }"
start /wait "" mc3.exe /InstallationType=JustMe /AddToPath=0 /RegisterPython=0 /NoRegistry=1 /S /D=%TEMP%\mc3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment