From 51b9f2f1a5cd43d903033f4738a4235fe656cb07 Mon Sep 17 00:00:00 2001 From: Charles Brunet Date: Wed, 19 Apr 2023 08:52:21 -0400 Subject: Find python3.xx on windows --- docs/markdown/snippets/python-find-version.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/markdown/snippets/python-find-version.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/python-find-version.md b/docs/markdown/snippets/python-find-version.md new file mode 100644 index 0000000..0cd6672 --- /dev/null +++ b/docs/markdown/snippets/python-find-version.md @@ -0,0 +1,6 @@ +## Find more specific python version on Windows + +You can now use `python3.x`, where `x` is the minor version, +to find a more specific version of python on Windows, when +using the python module. On other platforms, it was already +working as `python3.x` is the executable name. -- cgit v1.1