Skip to content

Commit

Permalink
Merge pull request #150 from chinnu043/patch-1
Browse files Browse the repository at this point in the history
Quote Conda command
  • Loading branch information
necaris committed Nov 9, 2023
2 parents 6a6a27d + d9dfd62 commit 60e14d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda.el
Expand Up @@ -145,7 +145,7 @@ Set for the lifetime of the process.")
Cached for the lifetime of the process."
(if (not (eq conda--installed-version nil))
conda--installed-version
(let ((version-output (shell-command-to-string (format "%s -V" (conda--get-executable-path)))))
(let ((version-output (shell-command-to-string (format "\"%s\" -V" (conda--get-executable-path)))))
(condition-case err
(s-with version-output
(s-trim)
Expand Down

0 comments on commit 60e14d1

Please sign in to comment.