-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pipenv not activated using "pipenv shell" #10611
Comments
I am having the same issue in Windows with venv. None of my venvs are activating or being recognized by vscode. Maybe due to a powershell update I got today. |
This issue also applies on MacOS and is very annoying. There seems be a history of this feature being implemented but then being reverted. |
@karthiknadig @luabud |
Handle #4203 if and when bringing |
Closing in favor of #16988 |
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: