introkun / conda-auto-env

Automatically activate a conda environment when entering a folder with an environment.yml file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conda-auto-env

Automatically activate a conda environment when entering a folder with an environment.yml file.

If the environment doesn't exist, conda-auto-env creates it and activates it for you.

This functionality was inspired by conda auto activate, virtualenv auto activate and autoenv.

Install

To install add this line to your .bashrc, .bash-profile, or .zshrc:

   source /path/to/conda_auto_env.sh

Remote environments

Alternatively, if you would also like to have support remote anaconda.org environments. Change those instructions to source /path/to/conda_auto_env_remote.sh. To specify a remote environment create an environment-remote.yml file with the name and channel of your environment:

name: pyladies-bokeh
channel: chdoig

About

Automatically activate a conda environment when entering a folder with an environment.yml file

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 100.0%