Skip to content

Commit

Permalink
Merge pull request #98 from natefoo/add-venv-to-path
Browse files Browse the repository at this point in the history
Always add venv bin dir to `$PATH` if `virtualenv` is set
  • Loading branch information
natefoo authored Jan 23, 2023
2 parents ed8d033 + c189d4f commit 50e1c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gravity/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class Service(BaseModel):
_service_list_allowed = False

_graceful_method: GracefulMethod = GracefulMethod.DEFAULT
_add_virtualenv_to_path = False
_add_virtualenv_to_path = True
_command_arguments: Dict[str, str] = {}
_command_template: str = None

Expand Down

0 comments on commit 50e1c77

Please sign in to comment.