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 2994138

Browse filesBrowse files
authored
Merge pull request realpython#811 from toanant/patch2
Check virtualenv installation, close realpython#657
2 parents 9de13b1 + d6789d2 commit 2994138
Copy full SHA for 2994138

File tree

Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed

‎docs/dev/virtualenvs.rst

Copy file name to clipboardExpand all lines: docs/dev/virtualenvs.rst
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ Install virtualenv via pip:
2323
.. code-block:: console
2424
2525
$ pip install virtualenv
26+
27+
Test your installation
28+
29+
.. code-block:: console
30+
31+
$ virtualenv --version
2632
2733
Basic Usage
2834
~~~~~~~~~~~

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.