最佳答案
我可以用程序 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