I have been given a guide to install tensorflow, keras and sciann, but my python fails and cannot google why. I have an old 2010 MacBook Pro (masOS 10.12.6) and I use Python 3.8.5 via Spyder. This is what do:
First, I create an environment âmlâ with python:
conda create -n ml python=3.8.5 -y
This works I have ckecked the folder on my computer. Then I try to activate this
conda activate ml
And this is where I get error:
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'.
Note: you may need to restart the kernel to use updated packages.
I also tried condo init ml
without any luck. I have really tried to google but all the solution I find won't help. Can you help me manage around? I don't know what a shell is and what shell I should use.