КОД:
Код: Выделить всё
!conda create --name test_env --y
!conda init zsh
!source ~/.zshrc
!conda activate test_env
Подробнее здесь: https://stackoverflow.com/questions/786 ... a-activate
Код: Выделить всё
!conda create --name test_env --y
!conda init zsh
!source ~/.zshrc
!conda activate test_env