[x] This isn't an open-ended question (open a discussion if it is).
:computer: System information
Operating System:
Data Safe Haven version:
:package: Packages
List of packages
```none
Paste list of packages here
```
:no_entry_sign: Describe the problem
After pipx install, when calling dsh Pulumi will look for a Python interpreter and find system Python, not the Python venv with all of the dependencies. It will fail because of missing packages.
:white_check_mark: Checklist
:computer: System information
:package: Packages
List of packages
```none Paste list of packages here ```:no_entry_sign: Describe the problem
After pipx install, when calling
dsh
Pulumi will look for a Python interpreter and find system Python, not the Python venv with all of the dependencies. It will fail because of missing packages.On option to fix, can declare venv path in Pulumi package settings. We set these here
:deciduous_tree: Log messages
Relevant log messages
```none Your log details here ```:recycle: To reproduce