From 77939ad48eaadb8330672d5620d9f48d191ea680 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 22 Mar 2021 12:41:42 +0000 Subject: [PATCH] Releasing.md: Update example full python path * Python 3.8 now. * And reference the centrally installed location, not the one under %LOCALAPPDATA%. --- docs/Releasing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Releasing.md b/docs/Releasing.md index 3b8fbc1c..607026ba 100644 --- a/docs/Releasing.md +++ b/docs/Releasing.md @@ -235,7 +235,7 @@ else you might need this, which assumes correct python.exe is in your PATH: else you'll have to specify the path to python.exe, e.g.: - "C:\Program Files \(x86)\Python38-32\python.exe" setup.py py2exe + "C:\Program Files (x86)\Python38-32\python.exe" setup.py py2exe Output will be something like (`...` denoting parts elided for brevity):