Skip to content

Instantly share code, notes, and snippets.

@zhoudaxia233
Created October 26, 2018 22:16
Show Gist options
  • Save zhoudaxia233/730ceebb2ebcd840dca48f5cd535dbb5 to your computer and use it in GitHub Desktop.
Save zhoudaxia233/730ceebb2ebcd840dca48f5cd535dbb5 to your computer and use it in GitHub Desktop.
Basic commands for using Anaconda
conda create -n NAME_OF_YOUR_ENV python=3.6

it will create a virtual env with python 3.6

conda env remove -n NAME_OF_YOUR_ENV

it will remove your virtual env

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