Managing environments — conda 4.9.2.post41+a3a31ff0 documentation
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
- The definitive guide to Python virtual environments with conda | WhiteBox Blogwhiteboxml.com
- python - How to add conda environment to jupyter lab - Stack Overflowstackoverflow.com
- Conda Is Fast Now. Like, Really Fast. | Anacondaanaconda.com
- Managing environments | Documentation | Poetry - Python dependency management and packaging made easypython-poetry.org
- Python Virtual Environments: A Primer – Real Pythonrealpython.com
- Anaconda Distribution vs. Miniconda - Anacondadocs.anaconda.com
- How to use pyenv to manage Python versionsblog.teclado.com
- Niels Cautaerts - Python dependency management is a dumpster firenielscautaerts.xyz
- Using .env Files for Environment Variables in Python Applications - DEV Communitydev.to
- uvdocs.astral.sh
- Anaconda (Python distribution) - Wikipediaen.wikipedia.org
- Pavlov's List: A List of RL Environment Startupspavlovslist.com