다음과 같은 프로그램 biopython
으로 새로운 conda 환경을 만들 수 있습니다 .
conda create --name snowflakes biopython
프로그램을 설치하지 않으려면 어떻게합니까? 그렇게 할 수없는 것 같습니다.
» conda create --name tryout
Error: too few arguments, must supply command line package specs or --file
You can specify one or more default packages to install when creating
an environment. Doing so allows you to call conda create without
explicitly providing any package names.
To set the provided packages, call conda config like this:
conda config --add create_default_packages PACKAGE_NAME
mkdir -p </path/to/your/anaconda/distribution>/envs/<env-name>/bin