Select python version in windows-2019 runner agent? #5260
Unanswered
mpconte
asked this question in
General questions
Replies: 2 comments 1 reply
-
@mpconte Hi! 3.7.9 is in the PATH variable by default, if you call the |
Beta Was this translation helpful? Give feedback.
0 replies
-
@mikhailkoliada Thanks for your response. From what I gather, there's no real means of selecting the version of python you want without mangling the PATH variable? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I noticed that in the windows-2019 agent there are a list of python versions with 3.7.9 set to default. Is it possible to assign a different default python version without the need to use the setup-python action?
The issue I'm running into is that I'm trying to run a CMake build for boost python modules in my action but it keeps trying to use the default installed python version instead of the one I want to use that I tried to setup using the setup-python action (3.8)
Beta Was this translation helpful? Give feedback.
All reactions