You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Windows
Python version: Python 3.6.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.
The text was updated successfully, but these errors were encountered:
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
Expected result
Actual result
Steps to replicate
Just execute
pipenv shell
in a directory where you installed/enabed pipenv.The text was updated successfully, but these errors were encountered: