This adds a plugin property for configuring the python interpreter to use python or python2 or python3. This is a similar approach we've taken with the PyWinRM plugins.
This allows users to specify the python version they would like to use - which is especially relevant as users begin to use these plugins on the Runner.
This adds a plugin property for configuring the python interpreter to use
python
orpython2
orpython3
. This is a similar approach we've taken with the PyWinRM plugins. This allows users to specify the python version they would like to use - which is especially relevant as users begin to use these plugins on the Runner.