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

前端 未结 4 1753
一整个雨季
一整个雨季 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:45

    Just Append -y to any command to say yes to all the yes/no questions. Most of the packages are configured in a way to work with this. For your:

    !conda create -n graphlab-env python=2.7 anaconda -y
    

提交回复
热议问题