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