8000 Detect and allow selecting of PyPy environments · Issue #16493 · microsoft/vscode-python · GitHub
[go: up one dir, main page]

Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Detect and allow selecting of PyPy environments #16493

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

Closed
brettcannon opened this issue Jun 16, 2021 · 0 comments
Closed

Detect and allow selecting of PyPy environments #16493

brettcannon opened this issue Jun 16, 2021 · 0 comments
Labels
area-environments Features relating to handling interpreter environments feature-request Request for new features or functionality

Comments

@brettcannon
Copy link
Member
brettcannon commented Jun 16, 2021

on Windows the pattern is like below, and seems "missed"

pypy3.7-v7.3.5rc3-win64\pypy3.exe
pypy3.7-v7.3.5-win64\pypy3.exe

indeed, I have parametrized "settings.json" like this

{ 
"python.interpreterPath": "${env:WINPYDIR}\\\\pypy3.exe", 
"jupyter.widgetScriptSources": [ 
"jsdelivr.com", 
"unpkg.com" 
], 
} 

.... pypy3.exe is not said "found"
image

if I copy "pypy3.exe" to "python.exe" ... miracle (greuuuuuuuuh)
image

image

I would suppose the problem is in there ?

https://github.com/microsoft/vscode-python/blob/main/src/client/pythonEnvironments/discovery/locators/services/pyenvLocator.ts

Originally posted by @stonebig in a discussion

@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Jun 16, 2021
@brettcannon brettcannon added area-environments Features relating to handling interpreter environments needs decision feature-request Request for new features or functionality and removed triage-needed Needs assignment to the proper sub-team labels Jun 16, 2021
@microsoft microsoft locked and limited conversation to collaborators Jun 16, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
area-environments Features relating to handling interpreter environments feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

1 participant
0