Skip to content

Instantly share code, notes, and snippets.

@wiccy46
Last active February 17, 2020 08:25
Show Gist options
  • Save wiccy46/4fc3ad954be3b81d02a910da719dc9c8 to your computer and use it in GitHub Desktop.
Save wiccy46/4fc3ad954be3b81d02a910da719dc9c8 to your computer and use it in GitHub Desktop.
[conda_create]Create conda env and delete #conda #python

conda create -n yourenvname python=x.x anaconda

conda remove --name myenv --all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment