Skip to content

Commit ba1cdd5

Browse files
authored
Update virtualenvs.rst
1 parent 86e7d9f commit ba1cdd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dev/virtualenvs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@ You should get output similar to this:
169169
170170
Your IP is 8.8.8.8
171171
172-
Using ``pipenv run`` ensures that your installed packages are available to
172+
Using ``$ pipenv run`` ensures that your installed packages are available to
173173
your script. It's also possible to spawn a new shell that ensures all commands
174-
have access to your installed packages with ``pipenv shell``.
174+
have access to your installed packages with ``$ pipenv shell``.
175175

176176

177177
Next steps

0 commit comments

Comments
 (0)