From 818466a3cf10cfcb6b03b11cced8c7359d23ab24 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 5 Oct 2020 16:54:27 +0100 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Releasing.md b/docs/Releasing.md index 8e50d73a..5dcfc206 100644 --- a/docs/Releasing.md +++ b/docs/Releasing.md @@ -232,9 +232,9 @@ else you might need this, which assumes correct python.exe is in your PATH: python.exe setup.py py2exe -else you'll have to specify the path to python.exe: +else you'll have to specify the path to python.exe, e.g.: - "%LOCALAPPDATA%\Programs\Python\Python37-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):