necaris / conda.el

Emacs helper library (and minor mode) to work with conda environments
MIT License
153 stars 49 forks source link

conda-env-activate doesn't work with conda 4.13.0 #116

Closed marcosmoyano closed 2 years ago

marcosmoyano commented 2 years ago

It tries to call a command formed like this

❯ /opt/miniconda3/bin/conda ..activate "bash" "/home/user/.conda/envs/myenv/"
usage: conda [-h] [-V] command ...
conda: error: argument command: invalid choice: '..activate' (choose from 'clean', 'compare', 'config', 'create', 'info', 'init', 'install', 'list', 'package', 'remove', 'uninstall', 'run', 'search', 'update', 'upgrade')

Downgrading to conda 4.12.0 solves to problem.