Reputation: 3317
I worked python project with pipenv
and edit my code with VSCode.
When I activate pipenv in my terminal, it works perfectly like this.
But When I activate in VSCode terminal, it throws error -> already activated
Of course I deactivate pipenv at my terminal before activate in vscode terminal.
How can I solve this issue?
Upvotes: 2
Views: 790
Reputation: 1141
If you have Python extension activated in VSC, familiarize yourself with this pull request. They added support for pipenv
, that's why the shell is active there already.
Upvotes: 1