pub fn exec_pyc<S: Into<String>>(
    file: S,
    py_command: Option<&str>,
    argv: &[&'static str]
) -> Option<i32>
Expand description

executes over a shell, cause python may not exist as an executable file (like pyenv)