Skip to content

Commit

Permalink
fix(project): remove env folder for python
Browse files Browse the repository at this point in the history
  • Loading branch information
nopeless committed Oct 13, 2023
1 parent 108a836 commit a0fa6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/segments/python.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func (p *Python) Init(props properties.Properties, env platform.Environment) {
env: env,
props: props,
extensions: []string{"*.py", "*.ipynb", "pyproject.toml", "venv.bak"},
folders: []string{".venv", "venv", "virtualenv", "env", "venv-win", "pyenv-win"},
folders: []string{".venv", "venv", "virtualenv", "venv-win", "pyenv-win"},
loadContext: p.loadContext,
inContext: p.inContext,
commands: []*cmd{
Expand Down

0 comments on commit a0fa6cc

Please sign in to comment.