Commit e5c2112
Matt Mackay
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.111 parent 305f93d commit e5c2112
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments