Check if the python package exists in the environment
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.