Skip to content

Commit bfeaa95

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#177 from epequeno/virtualenv
remove deprecated flag
2 parents 251afc3 + d262c89 commit bfeaa95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/starting/install/linux.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ project's directory
5858

5959
.. code-block:: console
6060
61-
$ virtualenv --distribute venv
61+
$ virtualenv venv
6262
6363
To use an environment, run ``source venv/bin/activate``. Your command prompt
6464
will change to show the active environment. Once you have finished working in

0 commit comments

Comments
 (0)