diff --git a/src/lt/plugins/python.cljs b/src/lt/plugins/python.cljs index 6e0fdee..6a99c90 100644 --- a/src/lt/plugins/python.cljs +++ b/src/lt/plugins/python.cljs @@ -110,7 +110,7 @@ (defn find-venv [obj] (let [to-find (if (platform/win?) - "bin\\python" + "scripts\\python.exe" "bin/python") vpy (files/walk-up-find (:path obj) to-find)] (if (empty? vpy)