Skip to content

Run Python File in Terminal does not respect "python.pythonPath" #593

@conradoplg

Description

@conradoplg

Environment data

VS Code version: 1.19.2
Python Extension version: 0.9.1
Python Version: 3.5
OS and version: Ubuntu 16.04 x64

Actual behavior

File is run with python

Expected behavior

File should be run with /usr/bin/python3

Steps to reproduce:

Set

{
    "python.pythonPath": "/usr/bin/python3"
}

and run a file.

Logs

Output from Python output panel

python <file>

Output from Console window (Help->Developer Tools menu)

Metadata

Metadata

Assignees

Labels

area-terminalbugIssue identified by VS Code Team member as probable bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions