exist_Python_pkgs: Check if the python package exists in the environment

View source: R/utils.R

exist_Python_pkgsR Documentation

Check if the python package exists in the environment

Description

Check if the python package exists in the environment

Usage

exist_Python_pkgs(packages, envname = NULL, conda = "auto")

Arguments

packages

A character vector, indicating package names which should be installed or removed. Use ⁠<package>==<version>⁠ to request the installation of a specific version of a package.

envname

The name of a conda environment.

conda

The path to a conda executable. Use "auto" to allow SCP to automatically find an appropriate conda binary.


zh542370159/SCP documentation built on Nov. 22, 2023, 2:34 a.m.