2

I try to use WinPython-64bit-3.6.3.0Qt5 on Windows 10 Pro with VScode. Winpython is installed in C:\Users\Public\WinPython-64bit-3.6.3.0Qt5. In the user settings file I have, but I cannot see WinPython in list of available python intepreters and python environments. What could be wrong. I tried also to use "\"

{
    "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",

    "python.pythonPath": "C:/Users/Public/WinPython-64bit-3.6.3.0Qt5/python-3.6.3.amd64/python.exe"
}

Thanks for any hint.

4
  • Have you read code.visualstudio.com/docs/python/environments Commented Feb 2, 2018 at 20:58
  • Unfortunately not any and all python interpreters will be listed. Only the most popular locations will be searched and listed. We search the registry (as per pep 514), conda installs, and local virtual environments). We can make some changes to include Winpython as well, please create an issue on GitHub. Commented Feb 3, 2018 at 4:44
  • Thanks Don. From your response I conclude, that basically the way I wanted to include WinPython is okay, but VScode is currently not ready for WinPython. Commented Feb 4, 2018 at 17:12
  • Thanks A.A. Yes I did read and do use python enironments. The reason I wanted to use WinPython is because I have the latest version of python and I does not work yet with the latest version o f matlibplot. In Winpython I have a huge package with all the modules I want working perfectly together. Commented Feb 4, 2018 at 17:16

2 Answers 2

2

You need to specify path to the folder, not to python.exe. Like WinPython-64bit-3.6.3.0Qt5\\python-3.6.3.amd64

See also https://github.com/Microsoft/vscode-python/issues/784

Sign up to request clarification or add additional context in comments.

Comments

-1

Here is a procedure, to have a movable vscode, next to your movable WinPython https://github.com/winpython/winpython_afterdoc/blob/master/docs/installing%20VScode.ipynb

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.