We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b66cc commit 8956f4bCopy full SHA for 8956f4b
lib/native-package-installer/platform/conda.rb
@@ -20,7 +20,7 @@ class Conda
20
21
class << self
22
def current_platform?
23
- ExecutableFinder.exist?("conda")
+ ENV["CONDA_PREFIX"] && ExecutableFinder.exist?("conda")
24
end
25
26
0 commit comments