Replies: 1 comment 4 replies
-
Try https://github.com/losttech/WhichPython |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Often we have multiple versions of python installed, although not idea. For example, most often I find python 3.7 or 3.8 in parallel with 3.9.
When I'm using pythonnet 2.5.1 I would like to flag in my UI somehow that 3.9 is not supported, so I can react, like change some paths or switch the version to 3.7 or 3.8.
I would like to make a check, get all installed python versions, and a list of the supported ones by python.NET, to exclude the unsupported ones in my app.
Is there a good way to determine this at runtime?
Beta Was this translation helpful? Give feedback.
All reactions