I can create a new conda environment, with program biopython with this:
biopython
conda create --name snowflakes biopython
What if I do
This is how to create a truly empty (light) conda_env with 0 packages:
conda create --name myenv --no-default-packages
it will take a few seconds to create and finish.