Skip to content

conda-incubator/conda-spawn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

26d4cbe · Jan 31, 2025

History

21 Commits
Jan 15, 2025
Jan 29, 2025
Jan 31, 2025
Jan 29, 2025
Jan 16, 2025
Jan 29, 2025
Jan 11, 2025
Jan 16, 2025
Jan 29, 2025
Jan 11, 2025
Jan 11, 2025
Jan 11, 2025
Jan 29, 2025
Jan 29, 2025
Jan 29, 2025

Repository files navigation

conda-spawn

Activate conda environments in new shell processes.

Important

This project is still in early stages of development. Don't use it in production (yet). We do welcome feedback on what the expected behaviour should have been if something doesn't work!

What is this?

conda spawn is a replacement subcommand for the conda activate and conda deactivate workflow

Instead of writing state to your current shell session, conda spawn ENV-NAME will start a new shell with your activated environment. To deactivate, exit the process with Ctrl+D, or run the command exit.

Installation

This is a conda plugin and goes in the base environment:

conda install -n base conda-forge::conda-spawn

More information is available on our documentation.

Contributing

Please refer to CONTRIBUTING.md.