From 60437f9a59d816dd87063b7ba4f613ea110a6e7c Mon Sep 17 00:00:00 2001 From: dharmatech Date: Tue, 7 May 2024 14:17:08 -0700 Subject: [PATCH] Update installing-using-pip-and-virtual-environments.rst Use `Get-Command` if on PowerShell --- .../guides/installing-using-pip-and-virtual-environments.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: