conda stuck on Proceed ([y]/n)? when updating packages in ipython console

前端 未结 4 1751
一整个雨季
一整个雨季 2021-02-01 02:02

I just downloaded Anaconda 4.2.0 (with python 3.5.2) for Mac OS X. Whenever I try to update any packages etc, my ipython console presents the package dependencies and displays \

4条回答
  •  醉话见心
    2021-02-01 02:42

    Add --yes at the end of the command.

    For example:

    !conda install --yes seaborn
    

提交回复
热议问题