diff --git a/source/guides/installing-using-pip-and-virtual-environments.rst b/source/guides/installing-using-pip-and-virtual-environments.rst index 64fdf9382..51b8196c6 100644 --- a/source/guides/installing-using-pip-and-virtual-environments.rst +++ b/source/guides/installing-using-pip-and-virtual-environments.rst @@ -103,7 +103,8 @@ Python interpreter: .. code-block:: bat - where python + Get-Command python # If using PowerShell + where python # If using 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: