Arcgis command prompt

163
1
2 weeks ago
Labels (2)
LinaKokosha
New Contributor

I try to clone environment on conda(arcgispro-py3) but stopped it, because it took so much memory. So the environment on conda doesn't fully been created but the memory on my disk decrease. As I understand some packages clones and they took the memory. How I can delete them and return my memory on disk?

0 Kudos
1 Reply
DanPatterson
MVP Esteemed Contributor
conda remove -n ENV_NAME --all

where ENV_NAME is the name of the clone you tried to create


... sort of retired...
0 Kudos