mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Update virtualenvs.rst
This commit is contained in:
@@ -169,9 +169,9 @@ You should get output similar to this:
|
|||||||
|
|
||||||
Your IP is 8.8.8.8
|
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
|
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
|
Next steps
|
||||||
|
|||||||
Reference in New Issue
Block a user