I want to install pyenv in D:\Programs after git clone https://github.com/pyenv/pyenv.git idk how to correct add paths and system variable. Can you please explain me how to do it?
Asked
Active
Viewed 96 times
1 Answers
0
The documentation states that pyenv
does not work in Windows, except in WSL. You might look at pyenv-win
.

Sören
- 1,803
- 2
- 16
- 23

Tim Roberts
- 48,973
- 4
- 21
- 30
-
My bad , I copied the wrong link, the question remains the same – Piter Mar 24 '22 at 22:03
-
I'm not sure what you mean. The page you linked to is the one I'm talking about. If you go read that page, it states it does not work on Windows except in WSL. – Tim Roberts Mar 24 '22 at 22:10
-
He must mean this, pyenv-win: https://github.com/pyenv-win/pyenv-win. Why he hasn't corrected it is beyond me. And the question is indeed valid: very annoyingly, we're given no obvious option other than to add more clutter to drive C: – mike rodent May 06 '23 at 19:10