programming_languages:python:conda

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
programming_languages:python:conda [2018/09/23 14:33] phreazerprogramming_languages:python:conda [2018/09/23 14:34] (current) – [Important commands] phreazer
Line 32: Line 32:
 # create new environment based on exported yml # create new environment based on exported yml
 conda env create -f environment.yml conda env create -f environment.yml
 +</code>
 +<code>
 +# Package commands, see https://conda.io/docs/user-guide/tasks/manage-pkgs.html#installing-packages
 # install package # install package
 conda install scipy=0.15.0 curl=7.26.0 -n py34_env conda install scipy=0.15.0 curl=7.26.0 -n py34_env
 </code> </code>
  
  • programming_languages/python/conda.1537706012.txt.gz
  • Last modified: 2018/09/23 14:33
  • by phreazer