Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f066175

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

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎docs/dev/virtualenvs.rst

Copy file name to clipboardExpand all lines: docs/dev/virtualenvs.rst
+4-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.