pyenv-win-venv
pyenv-win-venv copied to clipboard
Pyenv-win-venv installing wrong python version into new venv
This is on a fresh install of pyenv-win-venv, when I try to create a new venv it puts the wrong version in the venv. I want 3.11.9 and end up with 3.10.4 instead. I don't even have 3.10.4 installed through pyenv, and I'm pretty sure it's not even installed on the system at all.
What could the issue here be?
@enricojr01 same issue with https://github.com/pyenv-win/pyenv-win-venv/issues/32
You should check your windows environment variable path, ensure below pyenv-win path above all system python path:
Then, restart your shell, delete the old env, recreate a new work, it should work
This fixed it, thank you 👍