Skip to content

Commit d531486

Browse files
authored
Merge pull request #900 from dtsap/899-change-package-name-in-example
Replace venv with virtualenv in example of installing-packages tutorial
2 parents 5054b06 + 3775d05 commit d531486

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/tutorials/installing-packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Using :ref:`virtualenv`:
251251

252252
.. code-block:: bash
253253
254-
python3 -m venv <DIR>
254+
python3 -m virtualenv <DIR>
255255
source <DIR>/bin/activate
256256
257257
.. tab:: Windows

0 commit comments

Comments
 (0)