diff --git a/scripts/setup-venv.js b/scripts/setup-venv.js index cb624df2..8e450439 100644 --- a/scripts/setup-venv.js +++ b/scripts/setup-venv.js @@ -20,7 +20,7 @@ function hasUv() { } // Python executable names to try -const pythonCommands = ['python3', 'python']; +const pythonCommands = ['python3', 'python', 'py']; function findPython() { for (const cmd of pythonCommands) { @@ -158,4 +158,4 @@ function setup() { } // Run setup -setup(); \ No newline at end of file +setup();