diff options
author | Charles Brunet <charles.brunet@optelgroup.com> | 2023-04-19 08:52:21 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2023-05-02 17:52:10 -0400 |
commit | 51b9f2f1a5cd43d903033f4738a4235fe656cb07 (patch) | |
tree | ff342dd376e8cf24af6553348730520bf26dd839 /docs/markdown/snippets | |
parent | 107f933b528cdaf23c038cbc99f5248c9ca666bd (diff) | |
download | meson-51b9f2f1a5cd43d903033f4738a4235fe656cb07.zip meson-51b9f2f1a5cd43d903033f4738a4235fe656cb07.tar.gz meson-51b9f2f1a5cd43d903033f4738a4235fe656cb07.tar.bz2 |
Find python3.xx on windows
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/python-find-version.md | 6 |
1 files changed, 6 insertions, 0 deletions
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. |