[Windows] Add note about Conda (#3513)

* add note about Conda

* added a note in the same string

* move note to Get-CondaVersion function
This commit is contained in:
Dmitry Shibanov
2021-06-03 16:28:12 +03:00
committed by GitHub
parent 59ca08e5bf
commit 5d24b559f9

View File

@@ -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 {