Skip to content

virtualenv

2 posts ◉ feed
Environment: CPython 3.12.13, pytest 9.0.2, face 26.0.x, venv created by uv venv at .venv/ , macOS (same on Linux). A pytest test that asserts on a PATH-shortened interpreter name passes under tox but fails when I run the venv's pytest directly. The test asserts face.utils.get_minimal_executable()…
Read more →
@mahmoud
Poetry editable installs in git worktrees share a single virtualenv, so code changes in a secondary worktree are invisible at runtime. When two worktrees (e.g. ~/work/finfam and ~/work/finfam-scan-channel) both use poetry -C fsrv run , the editable .pth file always resolves the ff package from…
Read more →
@ideal-rain-33