conda icon indicating copy to clipboard operation
conda copied to clipboard

`init`, `activate`, and `deactivate` cleanup

Open kenodegard opened this issue 2 years ago • 3 comments

Summary

The init, activate, and deactivate have a number of outstanding issues that are reoccurring and/or high-time it gets addressed.

Linked Issues & PRs

Proper argparsing for conda activate et al. and general implementation cleanup

  • [x] https://github.com/conda/conda/issues/6249
  • [ ] #11748
  • [x] https://github.com/conda/conda/pull/11747
  • [x] https://github.com/conda/conda/issues/6353
  • [ ] https://github.com/conda/conda/issues/12569

Fully remove the deprecated conda.cli.activate

  • [x] https://github.com/conda/conda/issues/7613
  • [x] https://github.com/conda/conda/pull/11309

Resolve outstanding conda init items

  • [ ] https://github.com/conda/conda/issues/7730
  • [ ] https://github.com/conda/conda/issues/7781
  • [x] https://github.com/conda/conda/issues/7843
  • [x] https://github.com/conda/conda/issues/8135

Resolve outstanding subshell items

  • [ ] https://github.com/conda/conda/issues/7753
  • [ ] https://github.com/conda/conda/issues/7980
  • [x] https://github.com/conda/conda/issues/8536
  • [x] https://github.com/conda/conda/issues/10142

Return codes

  • [x] https://github.com/conda/conda/issues/7995
  • [x] https://github.com/conda/conda/issues/10182
  • [x] https://github.com/conda/conda/issues/11058

csh/tcsh

  • [x] https://github.com/conda/conda/issues/8883
  • [x] https://github.com/conda/conda/issues/9304
  • [x] https://github.com/conda/conda/issues/10707

cmd.exe

  • [ ] https://github.com/conda/conda/issues/11519

POSIX

  • [ ] https://github.com/conda/conda/issues/13391

kenodegard avatar Mar 09 '22 18:03 kenodegard

Can we add this issue about CMD? https://github.com/conda/conda/issues/11519

jaimergp avatar Aug 24 '22 15:08 jaimergp

Hi there, I'm having issue with conda activate. The problem came after I installed locally R package that I dowloaded from bioconda and now after conda activate my_env on HPC cluster it give this:

This package can only be used in conda-build
Connection to clusterxxx is closed.

any suggestions? Many Thanks

alikhuseynov avatar Sep 05 '22 14:09 alikhuseynov

@alikhuseynov Please open another issue following the template provided for bugs. Your environment contains a package not meant for end-users, hence the error, but we need more details to know which (hence why I suggest following the bug template for new issues). Thanks!

jaimergp avatar Sep 05 '22 15:09 jaimergp