Home:ALL Converter>VSCode pipenv already activated issue

VSCode pipenv already activated issue

Ask Time:2018-06-25T15:58:05         Author:Hide

Json Formatter

I worked python project with pipenv and edit my code with VSCode.

When I activate pipenv in my terminal, it works perfectly like this.

enter image description here

But When I activate in VSCode terminal, it throws error -> already activated

enter image description here

Of course I deactivate pipenv at my terminal before activate in vscode terminal.

How can I solve this issue?

Author:Hide,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/51018665/vscode-pipenv-already-activated-issue
yy