## 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) ``` ```