Skip to content

Commit f066175

Browse files
authored
Merge pull request realpython#958 from apjanke/console-lexer-not-bash
Use `console` lexer, not `bash`, for shell sessions
2 parents 7375152 + c902b8c commit f066175

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/dev/virtualenvs.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Make sure you've got Python & pip
2525
Before you go any further, make sure you have Python and that it's available
2626
from your command line. You can check this by simply running:
2727

28-
.. code-block:: bash
28+
.. code-block:: console
2929
3030
$ python --version
3131
@@ -50,7 +50,7 @@ install the latest 3.x version from `python.org`_ or refer to the
5050
Additionally, you'll need to make sure you have `pip`_ available. You can
5151
check this by running:
5252

53-
.. code-block:: bash
53+
.. code-block:: console
5454
5555
$ pip --version
5656
@@ -116,7 +116,7 @@ Pipenv manages dependencies on a per-project basis. To install packages,
116116
change into your project's directory (or just an empty directory for this
117117
tutorial) and run:
118118

119-
.. code-block:: bash
119+
.. code-block:: console
120120
121121
$ cd myproject
122122
$ pipenv install requests
@@ -175,7 +175,7 @@ use it:
175175
176176
Then you can run this script using ``pipenv run``:
177177

178-
.. code-block:: bash
178+
.. code-block:: console
179179
180180
$ pipenv run python main.py
181181

0 commit comments

Comments
 (0)