You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VS Code version: 1.20.0-insider
Python Extension version: 0.9.1
Shell: zsh
Python Version: 2.7 (system), 3.*(virtualenv)
OS and version: Linux Mint 18.2 Cinnamon
Actual behavior
When a virtualenv is selected, after starting VS-Code the integrated terminal does not use the virtual environment.
Expected behavior
VS-Code integrated terminal should use the path to virtualenv python not the system default
This is a workflow bottleneck since a user often wants to run arbitrary python commands in the integrated shell, or start a python interpreter without sourcing the python virtualenv.
A simple solution would be a setting with the source path to use and append it to the specified shell rc file
Steps to reproduce:
python.venvPath is set to virtualenvs directory
python.pythonPath is set to virtual environment path
python --version in integrated terminal shows system version
The text was updated successfully, but these errors were encountered:
Environment data
VS Code version: 1.20.0-insider
Python Extension version: 0.9.1
Shell: zsh
Python Version: 2.7 (system), 3.*(virtualenv)
OS and version: Linux Mint 18.2 Cinnamon
Actual behavior
When a virtualenv is selected, after starting VS-Code the integrated terminal does not use the virtual environment.
Expected behavior
VS-Code integrated terminal should use the path to virtualenv python not the system default
This is a workflow bottleneck since a user often wants to run arbitrary python commands in the integrated shell, or start a python interpreter without sourcing the python virtualenv.
A simple solution would be a setting with the source path to use and append it to the specified shell rc file
Steps to reproduce:
python --version
in integrated terminal shows system versionThe text was updated successfully, but these errors were encountered: