Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
programming_languages:python:conda [2018/09/23 12:33] – phreazer | programming_languages:python:conda [2018/09/23 12: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 | ||
+ | </ | ||
+ | < | ||
+ | # Package commands, see https:// | ||
# 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 | ||
</ | </ | ||