pub fn set_venv(venv: &str, python_version: &str)
sets env variable PYTHONPATH set_venv("./venv", "python3.11")
set_venv("./venv", "python3.11")