From ba1cdd54ec53dc0f3ed2bb0b8e40c19d0734d9b5 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 30 Aug 2017 20:37:11 -0400 Subject: [PATCH] Update virtualenvs.rst --- docs/dev/virtualenvs.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev/virtualenvs.rst b/docs/dev/virtualenvs.rst index 28e5fab..22e65fe 100644 --- a/docs/dev/virtualenvs.rst +++ b/docs/dev/virtualenvs.rst @@ -169,9 +169,9 @@ You should get output similar to this: Your IP is 8.8.8.8 -Using ``pipenv run`` ensures that your installed packages are available to +Using ``$ pipenv run`` ensures that your installed packages are available to your script. It's also possible to spawn a new shell that ensures all commands -have access to your installed packages with ``pipenv shell``. +have access to your installed packages with ``$ pipenv shell``. Next steps