Pipenv not activated using "pipenv shell" #10611
Labels
area-terminal
bug
Issue identified by VS Code Team member as probable bug
needs proposal
Need to make some design decisions
verified
Verification succeeded
Milestone
Environment data
"python.jediEnabled"
set to; more info How to update the language server to the latest stable version #3977): Jedipython.languageServer
setting: MicrosoftExpected behaviour
When opening a terminal in a project with a pipenv environment selected, the environment should be activated using
pipenv shell
. This seems to be indicated as the expected behavior by the resolution of issue #2855.Actual behaviour
The pipenv environment is activated using
<pipenv dir>/Scripts/activate.ps1
. This causes the.env
file to not be loaded.Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
pipenv shell
.<pipenv dir>/Scripts/activate.ps1
and notpipenv shell
.The text was updated successfully, but these errors were encountered: