tox-dev / tox-conda

Make tox cooperate with conda envs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

{envpython} in tox returns the wrong path to python.exe on Windows

kesmit13 opened this issue · comments

Virtualenv environments put python.exe in the Scripts subdirectory of a virtual environment. However, conda virtual environments put python.exe in the root of the virtual environment. Since tox expects python.exe in the Scripts subdirectory, it uses that path when expanding {envpython} rather than the root.

I am also encountering this issue.

This has been fixed in the master branch, could you guys give it a try?

It seems to be working for me now.