|
|
@ -3,7 +3,7 @@ use std::process::Command; |
|
|
|
|
|
|
|
|
fn main() { |
|
|
fn main() { |
|
|
// Path to your Python script
|
|
|
// Path to your Python script
|
|
|
let python_script = "src/kernel.py"; |
|
|
let python_script = "src/python/kernel.py"; |
|
|
|
|
|
|
|
|
let python_executable = if Path::new(".venv").exists() { |
|
|
let python_executable = if Path::new(".venv").exists() { |
|
|
if cfg!(windows) { |
|
|
if cfg!(windows) { |
|
|
|