You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dev/virtualenvs.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -264,9 +264,9 @@ the prompt (e.g. ``(venv)Your-Computer:your_project UserName$)`` to let you know
264
264
that it's active. From now on, any package that you install using pip will be
265
265
placed in the ``venv`` folder, isolated from the global Python installation.
266
266
267
-
Forwindows, same command which is mentioned in step 1 can be used for creation of virtual environment. But, to activate, we use the following command.
267
+
ForWindows, same command which is mentioned in step 1 can be used for creation of virtual environment. But, to activate, we use the following command.
268
268
269
-
Assuming that, you are in project directory:
269
+
Assuming that you are in project directory:
270
270
271
271
..code-block::powershell
272
272
@@ -296,7 +296,7 @@ littered across your system, and its possible you'll forget their names or
296
296
where they were placed.
297
297
298
298
..note::
299
-
Python has includedvirtual environmentmodule from 3.3.It works in the simliar way as mentioned above.For details: `venv<https://docs.python.org/3/library/venv.html>`_.
299
+
Python has includedvenvmodule from 3.3. For more details: `venv<https://docs.python.org/3/library/venv.html>`_.