We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
python
1 parent cd42630 commit bb2ac64Copy full SHA for bb2ac64
src/main.rs
@@ -28,6 +28,9 @@ fn main() -> ExitCode {
28
29
if !result.success()
30
{
31
+ println!("Python not found! via `python`. Make sure you:");
32
+ println!("- ticked 'Add Python to environment variables' in the python installer.");
33
+ println!("- can run 'python' in the console and get no error/the Microsoft Store does NOT appear");
34
println!("Failed to run python: {:?}", result);
35
return ExitCode::FAILURE;
36
}
0 commit comments