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
fix: remove pyenv shims from PATH to prevent python interception
The pyenv-win shims directory intercepts the python command, causing
'python -m venv .venv' to fail with 'No global/local python version
has been set yet'. Only the bin directory is needed for the pyenv
command itself.
0 commit comments