# Managing conda environments Software Carpentry has this amazing incubated tutorial that is worth reading: https://carpentries-incubator.github.io/introduction-to-conda-for-data-scientists/ However, if you are in a hurry, we need you all know at least these 3 concepts captured in a screencast. Please take a look at them! ## Creating conda-envs from a file listing dependencies [![asciicast](https://asciinema.org/a/514558.svg)](https://asciinema.org/a/514558) ## Creating conda-envs directly from the command line [![asciicast](https://asciinema.org/a/514559.svg)](https://asciinema.org/a/514559) ## Locking your environmets [![asciicast](https://asciinema.org/a/514560.svg)](https://asciinema.org/a/514560)