Commit cca0c5b
committed
fix: Use full path for Python executable in Find-Python
The ProcessStartInfo.FileName requires full path to properly locate
python when using pyenv or other PATH-based Python managers.
Fixes issue where 'The system cannot find the file specified' error
occurs even when python command is available in current session.1 parent 5077c6c commit cca0c5b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
| 96 | + | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments