Skip to content

Commit 9a4d706

Browse files
Improve autodetection of :python-home (#190)
Co-authored-by: Harish Mohanadas <harish.mohanadas@outlook.com>
1 parent 51e78e1 commit 9a4d706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libpython_clj2/python/info.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ print(json.dumps(
6969
(seq (System/getenv "PYTHONHOME"))
7070
(System/getenv "PYTHONHOME")
7171
:else
72-
(:prefix system-info)))
72+
(:base-prefix system-info)))
7373

7474

7575
(defn java-library-path-addendum

0 commit comments

Comments
 (0)