Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ Python interpreter:

.. code-block:: bat

where python
Get-Command python # If using PowerShell
where python # If using Command Prompt
Comment on lines +106 to +107
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Get-Command python # If using PowerShell
where python # If using Command Prompt
where python
..tab:: Windows (PowerShell)
.. code-block:: bat
Get-Command python

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and edit line 102 to be .. tab:: Windows (Command Prompt)


While the virtual environment is active, the above command will output a
filepath that includes the ``.venv`` directory, by ending with the following:
Expand Down