Utils python interpreter
| FUNCTION | DESCRIPTION |
|---|---|
get_python_interpreter |
Return the path to the Python interpreter |
Classes¶
Functions:¶
get_python_interpreter(python_version, resource)
¶
Return the path to the Python interpreter
| PARAMETER | DESCRIPTION |
|---|---|
|
Python version
TYPE:
|
| RAISES | DESCRIPTION |
|---|---|
ValueError
|
If the python version requested is not available on the host. |
| RETURNS | DESCRIPTION |
|---|---|
interpreter
|
string representing the python executable or its path
TYPE:
|