8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1753f45 commit 2d6521eCopy full SHA for 2d6521e
docs/starting/install/osx.rst
@@ -96,9 +96,9 @@ habit of using it to create completely clean Python environments for each
96
project. This is particularly important for Web development, where each
97
framework and application will have many dependencies.
98
99
-To set up a new Python environment, change the working directory to wherever
100
-you want to store the environment, and run the virtualenv utility in your
101
-project's directory
+To set up a new Python environment, move into the directory where you would
+like to store the environment, and use the ``virtualenv`` utility to create
+the new environment.
102
103
.. code-block:: console
104
0 commit comments