aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/python-find-version.md
blob: 0cd6672c25d2ca88c2cc04423c999aeacc264363 (plain)
1
2
3
4
5
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.