From 583ee62e0972e43f872fccebff5c7c7eac091eab Mon Sep 17 00:00:00 2001 From: "Matthew J. Berger" Date: Wed, 30 Aug 2017 18:46:45 -0700 Subject: [PATCH] Fix miniconda3 manifest. --- miniconda3.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/miniconda3.json b/miniconda3.json index 5736ea2f3e..82c5b5b001 100644 --- a/miniconda3.json +++ b/miniconda3.json @@ -6,11 +6,18 @@ "url": "https://repo.continuum.io/miniconda", "re": "Miniconda3-([\\d.]+)-Windows" }, + "bin": [ + [ + "python.exe", + "python3" + ] + ], "installer": { "file": "miniconda3-installer.exe", "args": [ "/S", "/InstallationType=JustMe", + "/RegisterPython=1", "/AddToPath=0", "/D=$dir" ]