Python3
version 3.10.4
I tried
Error log
Starting the REPL server...
thread 'main' panicked at 'cannot execute python: Error { kind: NotFound, message: "program not found" }', compiler\erg_common\python_util.rs:114:14
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
error: process didn't exit successfully: target\debug\erg.exe (exit code: 101)
I think that cmd, powershll and PowerShell have no which command
So I recommend this crate https://docs.rs/which/latest/which/
Python3
version 3.10.4
I tried
Error log
Starting the REPL server...
thread 'main' panicked at 'cannot execute python: Error { kind: NotFound, message: "program not found" }', compiler\erg_common\python_util.rs:114:14
note: run with
RUST_BACKTRACE=1environment variable to display a backtraceerror: process didn't exit successfully:
target\debug\erg.exe(exit code: 101)I think that cmd, powershll and PowerShell have no
whichcommandSo I recommend this crate https://docs.rs/which/latest/which/