python-3.xmacosanacondacondaenvironment

How to open conda shell in mac


I am new to conda and mac (i mostly use Ubuntu and pip). Is there a conda shell on mac (I guess I read somewhere that there is none).

If that is the case, how am I suppose to run command like:

conda env create -f environment.yml

as asked here: https://github.com/datitran/face2face-demo

I opened Anaconda Navigator then > Environment > Create > import > and in Specification File gave path of above environment.yml file.

Is the above step correct? Is there a way to do this via shell in Mac? (I am using macOS Catalina Version 10.15.3)


Solution

  • I am not a Mac user, but I think you can run anaconda commands directly from the terminal, just like in Ubuntu. There's no anaconda prompt in Mac.