Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

python.createTerminal not activating virtual env #307

Open
ravisumit33 opened this issue Nov 14, 2020 · 0 comments
Open

python.createTerminal not activating virtual env #307

ravisumit33 opened this issue Nov 14, 2020 · 0 comments

Comments

@ravisumit33
Copy link

coc-settings.json

{
  "coc.preferences.formatOnSaveFiletypes": ["python"],
  "explorer.width": 30,
  "explorer.icon.enableNerdfont": true, 
  "explorer.previewAction.onHover": false,
  "explorer.keyMappings.global": {
    "<cr>": ["expandable?", "expand", "open"],
    "v": "open:vsplit",
    "W": "workspaceFolders"
  },
  "list.normalMappings": {
    "q": "action:quickfix"
  },
  "list.previewSplitRight":true,
  "list.source.grep.excludePatterns": ["^tags*", "**/.git/*"],
  "diagnostic.errorSign": "‚úó" ,
  "diagnostic.warningSign": "‚ö†",
  "diagnostic.infoSign": "‚ìò",
  "git.addGBlameToVirtualText": true,
  "clangd.path": "/Users/sumik/.config/coc/extensions/coc-clangd-data/install/10.0.0/clangd_10.0.0/bin/clangd",
  "python.jediPath": "/usr/local/lib/python3.8/site-packages",
  "python.formatting.provider": "black",
  "python.terminal.activateEnvironment": true,
  "python.pythonPath": "~/.pyenv/mysterio_env/bin/python"
}

I can see my virtual environment in the status line:
Screenshot 2020-11-14 at 12 27 22 PM

But when I run :CocCommand python.createTerminal virtual env is not activated.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant