Skip to content

fix(python_path): ensure child process uses same Python path as parent#89

Open
Ruomio wants to merge 1 commit intomainfrom
fix-venv-path
Open

fix(python_path): ensure child process uses same Python path as parent#89
Ruomio wants to merge 1 commit intomainfrom
fix-venv-path

Conversation

@Ruomio
Copy link

@Ruomio Ruomio commented Jan 26, 2026

  • Fix issue where child process fallback to system Python path (/bin/python3)
  • Root cause: os/subprocess calls in script use system PATH instead of venv
  • Solution: inherit parent's Python path (sys.executable) to avoid path drift

* Fix issue where child process fallback to system Python path (/bin/python3)
* Root cause: os/subprocess calls in script use system PATH instead of venv
* Solution: inherit parent's Python path (sys.executable) to avoid path drift
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant