CoffeaTeam / coffea-casa

Repository with configuration setup of a prototype of analysis facility - "coffea-casa"
BSD 3-Clause "New" or "Revised" License
17 stars 18 forks source link

Test setting up the new conda env @ coffea-casa #351

Open oshadura opened 1 year ago

oshadura commented 1 year ago

User should be able to set up own conda environment. For now it seems to be impossible @ coffea-casa AF (restarting terminal don't help):

atlas-coffea@jupyter-oksana-2eshadura-40cern-2ech:~$ conda init zsh
no change     /opt/conda/condabin/conda
no change     /opt/conda/bin/conda
no change     /opt/conda/bin/conda-env
no change     /opt/conda/bin/activate
no change     /opt/conda/bin/deactivate
no change     /opt/conda/etc/profile.d/conda.sh
no change     /opt/conda/etc/fish/conf.d/conda.fish
no change     /opt/conda/shell/condabin/Conda.psm1
no change     /opt/conda/shell/condabin/conda-hook.ps1
no change     /opt/conda/lib/python3.8/site-packages/xontrib/conda.xsh
no change     /opt/conda/etc/profile.d/conda.csh
no change     /home/atlas-coffea/.zshrc
No action taken.
atlas-coffea@jupyter-oksana-2eshadura-40cern-2ech:~$ conda activate test

CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run

    $ conda init <SHELL_NAME>

Currently supported shells are:
  - bash
  - fish
  - tcsh
  - xonsh
  - zsh
  - powershell

See 'conda init --help' for more information and options.

IMPORTANT: You may need to close and restart your shell after running 'conda init'.
oshadura commented 6 months ago

Possibly connected to https://github.com/CoffeaTeam/coffea-casa/issues/396