1. conda info -e | sed '1,3d' | awk '{print $1}' | grep -v '/home' | xargs -I {} conda remove -y -n {} --all