Commit 132ef4e
committed
Disable user-site packages in pip environment
Set PYTHONNOUSERSITE=1 in pipEnv to prevent importing user-site packages (e.g. ~/.local/.../site-packages) that could shadow the bundled pip in the build Python. This change was added in src/serious_python/bin/package_command.dart alongside the existing PYTHONPATH handling.1 parent 58b8bd5 commit 132ef4e
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
324 | 327 | | |
325 | 328 | | |
326 | 329 | | |
| |||
0 commit comments