conda-auto-env icon indicating copy to clipboard operation
conda-auto-env copied to clipboard

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

Results 9 conda-auto-env issues
Sort by recently updated
recently updated
newest added

Thanks for this script! Had been working great for me with the exception of one repository. Entering via the terminal kicked off the correct creation of the environment. However, once...

Hi! The `conda-auto-env` script is really handy but I missed two features, here added: - Support for `zsh`. - Deactivating environments when leaving their directories. Also included some minor inconsequential...

http://zsh.sourceforge.net/Doc/Release/Functions.html#Hook-Functions

So far, the script overwrote the existing value of `PROMPT_COMMAND`. This broke, for example the behavior of customized prompts.

This doesn't work. A step is missing from your instructions for me I had to add the following to **requirements.yml** `name: something` As soon as I did that it worked....

We are trying to use conda-auto-env with Windows 7 and Anaconda 5.0, but we do not find the .bashrc or .bash-profile since we do not have a "bin" folder in...

Hi, First, let me congratulate you for this great tool 👍 I'm using MacOSX 10.12 at work and once I `cd /path/to/my/python2/only/environment` and try to `import numpy`which is not installed...

Hey Christine, This isn't an issue per se, just wanted to say I tried this on Ubuntu Linux and it works awesome :smile:. Thanks for putting this together! Cheers, Eric