Hello I am not able to create the environment av.its showing the following error …what should I do??
Make sure you have installed Anaconda properly.
Hi,
You can create an environment in anaconda after getting base environment or by invoking the conda from anaconda directory.
The easiest option is getting into the base environment.
Steps:
- just invoke anaconda prompt
- type your command for new environment creation
will you please specify the commands
conda create --name av
The above command will do
to verify whether your env is listed
conda info --envs
thank you very much…the problem was with path environment variable…It worked…