pyenv-win / pyenv-win-venv

A CLI to manage virtual envs with pyenv-win
Apache License 2.0
78 stars 8 forks source link

Version is not correct after pyenv-venv activate xxx #31

Closed hj24 closed 6 days ago

hj24 commented 6 days ago

Install a venv using:

pyenv-venv install 3.10.3 hj

result is: image

activated it by using pyenv-venv activate hj

after that, run python, but the version is 3.12.x, it's my global python version, not venv's version:

image

my expected results is when I run python after activating a venv, it should get 3.10.3

hj24 commented 6 days ago

close as dup with https://github.com/pyenv-win/pyenv-win-venv/issues/32