Changes
Page history
Create conda not initialised
authored
Sep 23, 2021
by
Quang tru HUYNH
Show whitespace changes
Inline
Side-by-side
conda-not-initialised.md
0 → 100644
View page @
c2fe58c8
```
$ conda activate pythonnet
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'.
```
Magic spell:
```
$ eval "$(conda shell.bash hook)"
```
\ No newline at end of file