| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e26d95e commit 370b0ec
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -25,7 +25,7 @@ const assert = require('assert'); | |||
| 25 | 25 | const ch = require('child_process'); | |
| 26 | 26 | ||
| 27 | 27 | const SIZE = 100000; | |
| 28 | - const python = process.env.PYTHON || 'python'; | ||
| 28 | + const python = process.env.PYTHON || (common.isWindows ? 'python' : 'python3'); | ||
| 29 | 29 | ||
| 30 | 30 | const cp = ch.spawn(python, ['-c', `print(${SIZE} * "C")`], { | |
| 31 | 31 | stdio: 'inherit' | |
| Back | FazBrowse Home | New Git URL |
0 commit comments