Open marlon-v-git opened 4 months ago
git clone https://github.com/pyenv-win/pyenv-win.git $HOME.pyenv setx PYENV "$HOME.pyenv" setx PATH "%PYENV%\bin;%PYENV%\shims;%PATH%"
pyenv version If the installation was successful, it should output the version of pyenv-win.
pyenv install 3.10.5
pyenv install 3.10.5
pyenv global 3.10.5
python --version
Thanks for your help.
Hi @feeling-free I don't know how to install pyenv in windows and set environment variables. Please guide me.