Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 632 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 632 Bytes

=================== UNMAINTAINED

conda_auto_activate

Automatically activate a conda environment when entering folders/project.

conda_auto_activate automatically activates a conda environment when enterring a folder that contains a .condaauto file. The first line in the .condaauto file is the name of the conda environment.

To make this work you have to source conda_auto_activate.sh from your ~/.bashrc.

source ~/path_to/conda_auto_activate.sh

conda_auto_activate is inspired by virtualenv-auto-activate.sh.