Install pipx packages outside the dev-env volume #4545
Labels
🤖 aspect: dx
Concerns developers' experience with the codebase
🛠 goal: fix
Bug fix
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: mgmt
Related to repo management and automations
🐳 tech: docker
Involves Docker
Description
Since the pipx packages are stored at a path that's under the
openverse_dev-env
volume, new packages installed via pipx are not reflected without destroying the volume.Additional context
This issue was observed when testing a different PR. See this comment #4539 (review).
The text was updated successfully, but these errors were encountered: