We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e7d9f commit ba1cdd5Copy full SHA for ba1cdd5
docs/dev/virtualenvs.rst
@@ -169,9 +169,9 @@ You should get output similar to this:
169
170
Your IP is 8.8.8.8
171
172
-Using ``pipenv run`` ensures that your installed packages are available to
+Using ``$ pipenv run`` ensures that your installed packages are available to
173
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``.
+have access to your installed packages with ``$ pipenv shell``.
175
176
177
Next steps
0 commit comments