Let’s say we want an environment named jjf.
conda create --name jjf STARTERPACKAGEactivate jjfdeactivateconda info --envs or conda env listconda remove --name jjf --allconda install --name jjf beautiful-soup
conda install beautiful-soupconda install -c pandas bottleneck which installs bottleneck from the pandas channel.