diff --git a/images/win/scripts/SoftwareReport/SoftwareReport.Common.psm1 b/images/win/scripts/SoftwareReport/SoftwareReport.Common.psm1 index 910507169..d8a6c1032 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 {