create_pyenv: Install python if necessary and create the environment animl_env
Description
Install python if necessary and create the environment animl_env
Usage
create_pyenv(envname = "animl_env", python_version = "3.12")
Value
invisible TRUE on success, otherwise stops or returns FALSE invisibly on failure
Arguments
- envname
name of the conda environment to create / use (default "animl-py")
- python_version
python version to add to environment