diff --git a/PythonForDelphi/Components/Sources/Core/PythonVersions.pas b/PythonForDelphi/Components/Sources/Core/PythonVersions.pas index f917991f..b3cd57d9 100644 --- a/PythonForDelphi/Components/Sources/Core/PythonVersions.pas +++ b/PythonForDelphi/Components/Sources/Core/PythonVersions.pas @@ -198,7 +198,7 @@ function TPythonVersion.GetSysArchitecture: string; function TPythonVersion.Is_conda: Boolean; begin - Result := FileExists(IncludeTrailingPathDelimiter(InstallPath) + 'scripts\conda.exe'); + Result := DirectoryExists(IncludeTrailingPathDelimiter(InstallPath) + 'conda-meta'); end; function TPythonVersion.Is_venv: Boolean;