Skip to content

Commit 9074026

Browse files
committed
Fix a typo in the Python tutorial for 3.7 version value in virtualenv
1 parent 4be1480 commit 9074026

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_learn/01-sphinx-python-rtd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Most people use Virtual Environments because it's a recommended practice when wo
7171
1. First create a Python 3 virtual environment using the `venv` module included with Python 3. Notice the example uses `python3.7` to be clear which version of Python you want.
7272
7373
```
74-
python3.6 -m venv py3-sphinx
74+
python3.7 -m venv py3-sphinx
7575
```
7676
7777
1. Now "activate" the environment. Look for the name of the virtual environment enclosed in parenthesis after activation.

0 commit comments

Comments
 (0)