How to open conda shell in mac

梦想与她 提交于 2020-03-25 18:22:37

问题


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)


回答1:


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.



来源:https://stackoverflow.com/questions/60050929/how-to-open-conda-shell-in-mac

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!