View source: R/get_python_binary_path.R
| get_python_binary_path | R Documentation |
python binaryGet the path to the python binary
get_python_binary_path( ormr_folder_name = get_default_ormr_folder_name(), verbose = FALSE )
ormr_folder_name |
can be either |
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
the path to the actve python binary
Richèl J.C. Bilderbeek
# local Python version
# just returns 'python3'
get_python_binary_path(ormr_folder_name = "python3")
# Conda Python version
if (is_conda_installed()) {
get_python_binary_path()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.