An open API service indexing awesome lists of open source software.

https://github.com/kdm9/zsh-autoactivate-conda


https://github.com/kdm9/zsh-autoactivate-conda

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# zsh-autoactivate-conda

Automatically activate a conda environment defined in `./environment.yml` when
`cd`-ing into a directory.

## Install/Requirements

- needs python3 & pyyaml.
- I use [zgenom](https://github.com/jandamm/zgenom) to handle zsh plugins now zgen has died.

```
zgenom load kdm9/zsh-autoactivate-conda
```