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
When using pyenv and global not set (defaulting to system) or global set to `system` the Launcher was unable to determine correct version to use.
Fixed by using `pyenv exec` to correctly determine current Python version instead of parsing pyenv config files.
Fixesbrettcannon#141
0 commit comments