-
Notifications
You must be signed in to change notification settings - Fork 26.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pyenv-win compatibility - another approach #16287
Conversation
yeah sorry I forgot to reply I remember I saw your message and then went testing then forgot about it your method seems to work |
I also tested both in a virtual machine, and everything worked as intended. EDIT: Thanks to @w-e-w I now see that this part is completely wrong, so it should be ignored.
|
what?? pyenv and pyenv-win are Python version management venv is an isolated python envirment you are meant to mix them because they serve different purpose pyenv is purely optional for experience users it can simplify installation of different python versions is very necessary to provide stability to python environment in case if a user uses Python for anything else other then system |
EDIT:
Or am I missing something? |
yes you are it doese not isolate the python environment |
if you want isolation you also need to use a plugin of pyenv or is the windows version different somehow? |
Ouch! It is more than obvious that I do not use pyenv, and that I misunderstood some things. I used conda in the past, so I thought Sorry for the confusion, and thanks for the clarification.
I have been using venv for years, but I misunderstood what pyenv does 🙈 |
Description
Another (hopefully better) approach that might replace #16265
Based on the pseudocode that @w-e-w provided there, since no one has proposed a better approach yet.
Should fix #16205 and #16261
Screenshots/videos:
Checklist: