Giter Site home page Giter Site logo

mfcabrera / conda-auto-env Goto Github PK

View Code? Open in Web Editor NEW

This project forked from drorata/conda-auto-env

1.0 3.0 0.0 8 KB

Automatically activate a conda environment when entering a folder with `*_env` directory

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

Shell 100.00%

conda-auto-env's Introduction

conda-auto-env

(Semi-)Automatically activate a conda environment when entering a folder that contains a *_env directory as we usually have at the NY DS Team.

This functionality was inspired by conda auto activate, virtualenv auto activate and autoenv and originally forked from drorata's version

Install

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

source /path/to/conda_auto_env.sh

If you also want this script to be ran automatically, whenever you enter a directory add also the following:

export PROMPT_COMMAND="conda_auto_env;$PROMPT_COMMAND"

This is not recommended as find might be too slow (find is used internally). You could run conda_auto_env to automatically activate it.

Otherwise, whenever in a directory containing environment.yml, you can execute conda_auto_env.

conda-auto-env's People

Contributors

chdoig avatar

Stargazers

Ronert Obst avatar

Watchers

Miguel Cabrera avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.