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
Describe the bug
G'day, Nox 2021.6.6 seems to fail reusing environments when it finds multiple Python interpreters installed by pyenv. Perhaps this is related to #428 ?
How to reproduce
Install multiple versions with pyenv
This populates ~/.pyenv/shims/ with the following with executable scripts e.g. python, python3.9, python3.8, etc. This folder is typically added to PATH.
Running the following session breaks virtual environment reuse: