Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use original interpreter path as 'home' value in pyvenv.cfg (#226)
Use the original (source) interpreters bin path as the 'home' value in the generated `pyvenv.cfg` file. Closes #159 --- ### Type of change - Bug fix (change which fixes an issue) **For changes visible to end-users** - Suggested release notes are provided below: Ensure correct `home` pathing is used when generating the venv. ### Test plan - Covered by existing test cases - Manual testing; please provide instructions so we can reproduce: Updated e2e smoke to use py3.11
- Loading branch information