From 6b491c9469af9ba9f8277a01142b6a1b8975f990 Mon Sep 17 00:00:00 2001 From: Harry Moreno Date: Tue, 9 Feb 2021 14:33:42 -0500 Subject: [PATCH] windows, invoke python as py when following the guide the command no longer works, you need to use the `py` command instead https://github.com/microsoft/vscode-docs/issues/3198#issuecomment-554361971 --- docs/starting/install3/win.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/starting/install3/win.rst b/docs/starting/install3/win.rst index db78d9240..ce620aa31 100644 --- a/docs/starting/install3/win.rst +++ b/docs/starting/install3/win.rst @@ -33,7 +33,7 @@ All supported versions of Python 3 include pip, so just make sure it's up to dat .. code-block:: doscon - python -m pip install -U pip + py -m pip install -U pip *****************************