From 5d24b559f9333022274054e2237cab0a9760eacd Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Thu, 3 Jun 2021 16:28:12 +0300 Subject: [PATCH] [Windows] Add note about Conda (#3513) * add note about Conda * added a note in the same string * move note to Get-CondaVersion function --- images/win/scripts/SoftwareReport/SoftwareReport.Common.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/win/scripts/SoftwareReport/SoftwareReport.Common.psm1 b/images/win/scripts/SoftwareReport/SoftwareReport.Common.psm1 index 91050716..d8a6c103 100644 --- a/images/win/scripts/SoftwareReport/SoftwareReport.Common.psm1 +++ b/images/win/scripts/SoftwareReport/SoftwareReport.Common.psm1 @@ -140,7 +140,7 @@ function Get-PipVersion { function Get-CondaVersion { $condaVersion = & "$env:CONDA\Scripts\conda.exe" --version - return "Mini$condaVersion" + return "Mini$condaVersion (pre-installed on the image but not added to PATH)" } function Get-ComposerVersion {