Instantly share code, notes, and snippets.
conda create -n yourenvname python=x.x anaconda
conda remove --name myenv --all