-
Notifications
You must be signed in to change notification settings - Fork 222
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
Support pyenv-win #277
Comments
Example of how the python vscode extension handles supporting pyenv and pyenv-win. |
Even after setting the python path, was still getting issues. These are likely related to the shims added? Not entirely clear. pyenv-win/pyenv-win#352
vscode-python does not encounter this issue with shims, not entirely sure how. |
@acelinkit to support exe files we have created a new PR pyenv-win/pyenv-win#463 have a look and let us know does this resolve the issue. |
I do not currently have a way to test. Appreciate your investigation but going to close due to inactivity on my side. |
Hello, |
Is your feature request related to a problem? Please describe.
Support for
pyenv-win
. pyenv-win is pyenv for Windows.Describe the solution you'd like
Add PYENV environmental variable to Python search path.
Describe alternatives you've considered
Use
child_process.exec
directly to call commands.Additional context
Adding this logic to the library would be an immense help with encouraging a better Windows developer experience.
The text was updated successfully, but these errors were encountered: