forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-environmentsFeatures relating to handling interpreter environmentsFeatures relating to handling interpreter environmentsfeature-requestRequest for new features or functionalityRequest for new features or functionality
Description
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"

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

I would suppose the problem is in there ?
Originally posted by @stonebig in a discussion
Metadata
Metadata
Assignees
Labels
area-environmentsFeatures relating to handling interpreter environmentsFeatures relating to handling interpreter environmentsfeature-requestRequest for new features or functionalityRequest for new features or functionality
