Skip to content
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

No visual feedback virtualenv (pipenv shell) Windows #1046

Closed
BenjaVR opened this issue Nov 8, 2017 · 2 comments
Closed

No visual feedback virtualenv (pipenv shell) Windows #1046

BenjaVR opened this issue Nov 8, 2017 · 2 comments
Labels
Type: Duplicate This issue is a duplicate of an already-existing issue.

Comments

@BenjaVR
Copy link

BenjaVR commented Nov 8, 2017

When I 'activate' a virtualenv in my command prompt / powershell / git bash, I don't see a prefix if it's activated or not.

Describe your environment
  1. Windows
  2. Python version: Python 3.6.3
  3. Pipenv version: pipenv, version 8.3.2
Expected result
C:\Users\benja\Dev\Test-Project>pipenv shell
Launching subshell in virtual environment. Type 'exit' to return.
Microsoft Windows [Version 10.0.15063]
(c) 2017 Microsoft Corporation. All rights reserved.

C:\Users\benja\Dev\Test-Project>
Actual result
C:\Users\benja\Dev\Test-Project>pipenv shell
Launching subshell in virtual environment. Type 'exit' to return.
Microsoft Windows [Version 10.0.15063]
(c) 2017 Microsoft Corporation. All rights reserved.

(Test-Project-Venv) C:\Users\benja\Dev\Test-Project>
Steps to replicate

Just execute pipenv shell in a directory where you installed/enabed pipenv.

@techalchemy
Copy link
Member

@BenjaVR thanks for the feedback, this is because pipenv doesn't source the virtualenv. See these for more info:

https://github.com/kennethreitz/pipenv/issues/1036#issuecomment-342666411 #880

We don't currently have any plans to support this unfortunately, so I'm going to go ahead and close this out

@techalchemy techalchemy added the Type: Duplicate This issue is a duplicate of an already-existing issue. label Nov 9, 2017
@Rabia23
Copy link

Rabia23 commented Aug 17, 2021

The issue still persists :( There should be some visual feedback on windows too as it appears in macOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Duplicate This issue is a duplicate of an already-existing issue.
Projects
None yet
Development

No branches or pull requests

3 participants