I can create a new conda environment, with program biopython with this:
biopython
conda create --name snowflakes biopython
What if I do
You can give a package name of just "python" to get a base, empty install.
conda create --name myenv python conda create --name myenv python=3.4