Environment
- OS: macOS (Darwin 24.6.0)
- worktree.sh version: latest from main branch
Steps to Reproduce
- Initialize project configuration:
- Configure install command as:
. ".venv/bin/activate" && pip install -r requirements.txt
- Create a new worktree:
Actual Result
📦 Installing dependencies (. ".venv/bin/activate" && pip install -r requirements.txt)
sh: .venv/bin/activate: No such file or directory
Dependency installation fails because the .venv virtual environment doesn't exist in the new worktree directory.
Expected Result
The install command should execute successfully, or provide clear guidance when the virtual environment is missing.
Environment
Steps to Reproduce
Actual Result
Dependency installation fails because the
.venvvirtual environment doesn't exist in the new worktree directory.Expected Result
The install command should execute successfully, or provide clear guidance when the virtual environment is missing.