flâneur

Managing environments — conda 4.9.2.post41+a3a31ff0 documentation

docs.conda.io · 5,858 words · saved by 2 readers

With conda, you can create, export, list, remove, and update environments that have different versions of Python and/or packages installed in them. Switching or moving between environments is called activating the environment. You can also share an environment file.

Managing environments # With conda, you can create, export, list, remove, and update environments that have different versions of Python and/or packages installed in them. Switching or moving between environments is called activating the environment. You can also share an environment file. There are many options available for the commands described on this page. For a detailed reference on all available commands, see commands . Creating an environment with commands # Use the terminal for the following steps: To create an environment: conda create -- name < my - env > Replace <my-env> with the

saved by

related reading