Skip to content

Instantly share code, notes, and snippets.

@yano
Created January 15, 2018 09:06
Show Gist options
  • Save yano/d23db6e7de1077e1153f194379c79150 to your computer and use it in GitHub Desktop.
Save yano/d23db6e7de1077e1153f194379c79150 to your computer and use it in GitHub Desktop.
conda createのテンプレート
# for pytyon 2.7
conda create -n cnd27a python=2.7 numpy scipy matplotlib pandas pil ipython scikit-learn jupyter
# for python 3.5
conda create -n cnd35b python=3.5 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