Skip to content

Instantly share code, notes, and snippets.

@anhldbk
Created August 15, 2015 00:10
Show Gist options
  • Save anhldbk/a86e700d85d0bf09749b to your computer and use it in GitHub Desktop.
Save anhldbk/a86e700d85d0bf09749b to your computer and use it in GitHub Desktop.
Anaconda - create environment
conda create -n python2 python=2.7 anaconda
source activate python2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment