Skip to content

Bash activation command without proceeding space bloating bash-history #604

@michal-a

Description

@michal-a

The activation of the venv is performed by command source $venv_path without space at the start. This result in this command stored multiple time in bash-history, bloating and overwriting it. This quickly makes reverse-i-search unusable.

Please use source $venv_path instead.

Metadata

Metadata

Assignees

Labels

area-activationIssue related to activation. Root cause can be from interpreter selection or activation in terminalarea-terminalEnvironment extension specific terminal issues.feature-requestRequest for new features or functionality

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions