We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b174c7 commit 4621457Copy full SHA for 4621457
PythonForDelphi/Components/Sources/Core/PythonVersions.pas
@@ -198,7 +198,7 @@ function TPythonVersion.GetSysArchitecture: string;
198
199
function TPythonVersion.Is_conda: Boolean;
200
begin
201
- Result := FileExists(IncludeTrailingPathDelimiter(InstallPath) + 'scripts\conda.exe');
+ Result := DirectoryExists(IncludeTrailingPathDelimiter(InstallPath) + 'conda-meta');
202
end;
203
204
function TPythonVersion.Is_venv: Boolean;
0 commit comments