Skip to content

Instantly share code, notes, and snippets.

@akichim21
Created June 26, 2016 06:58
Show Gist options
  • Save akichim21/92e168aeea948446806e85e75ed42c03 to your computer and use it in GitHub Desktop.
Save akichim21/92e168aeea948446806e85e75ed42c03 to your computer and use it in GitHub Desktop.
conda create
conda create -n py2 python=2.7 numpy scipy matplotlib pandas pil ipython scikit-learn jupyter
conda create -n py3 python=3.5.1 numpy scipy matplotlib pandas pil ipython scikit-learn jupyter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment