You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
devenv command does not create the virtual environment at the specified path if usedevelop = true is configured in tox.ini.
>tox devenv -e py39 .venv...ROOT: created development environment under {cwd}\.tox\py39>tox devenv -e py39...ROOT: created development environment under {cwd}\.tox\py39
Environment
Provide at least:
OS: Windows 10
pip list of the host Python where tox is installed:
Issue
devenv command does not create the virtual environment at the specified path if usedevelop = true is configured in tox.ini.
Environment
Provide at least:
pip list
of the host Python wheretox
is installed:Minimal example
See commands above.
tox.ini
setup.py
The text was updated successfully, but these errors were encountered: