Skip to contents

Create a conda environment with Napistu installed.

Usage

create_conda_environment(env_name, conda_exe, python_version = "3.11")

Arguments

env_name

Name of environment to create

conda_exe

Path to conda executable

python_version

Python version to install

Value

NULL (side effect: creates environment)