I have installed pyenv-win for windows, also removed the normal python path from PATH environment variable.
Then, I have installed 2 versions of python(3.6.8 and 3.8.0) using "pyenv install ". enter image description here
Applied pyenv global version as running the command "pyenv global 3.6.8", when I run "pyenv versions", it is showing 3.6.8 is the global version.
But when I run "python --version" nothing is getting displayed and so I can't run any python file". I have also run "pyenv rehash" as well. Also, I have added /.pyenv/pyenv-win/shims and bin as well in the PATH environment variable.
I need your help here. Any leads would be appreciated, thank you.