fix(project): remove env folder for python

This commit is contained in:
nopeless 2023-10-13 14:15:51 -05:00 committed by Jan De Dobbeleer
parent 108a836736
commit fb5744985b

View file

@ -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{