Skip to content

Commit 0f4fa1a

Browse files
committed
[virtualenv] Fix pipenv's shell prompt
When we launch pipenv's shell prompt, pipenv automatically adds the virtual environment name in the shell prompt, like virtualenv.
1 parent a24fefd commit 0f4fa1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/virtualenv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ the following Python code in a file named *main.py*.
169169
::
170170

171171
$ pipenv shell
172-
$ $ python main.py
172+
(myproject-dbBcpQ4l) $ python main.py
173173
Your IP is 192.168.1.2
174174

175175
Exiting from the virtualenv

0 commit comments

Comments
 (0)