Skip to content

Commit

Permalink
[Windows] Add note about Conda (#3513)
Browse files Browse the repository at this point in the history
* add note about Conda

* added a note in the same string

* move note to Get-CondaVersion function
  • Loading branch information
dmitry-shibanov authored Jun 3, 2021
1 parent 59ca08e commit 5d24b55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5d24b55

Please sign in to comment.