如何卸载 Anaconda2 并安装 Anaconda3?
How can I uninstall Anaconda2 and install Anaconda3?
我为什么要这样做:
因为,我要安装python3、opencv3、opencv2、tensorflow0.12。我正在尝试但无法在 Anaconda2 中安装 python3!
和
升级版!
你可以试试 conda install python=3
。参见 https://conda.io/docs/py2or3.html or http://chris35wills.github.io/conda_python_version/。
我为什么要这样做:
因为,我要安装python3、opencv3、opencv2、tensorflow0.12。我正在尝试但无法在 Anaconda2 中安装 python3!
和
升级版!
你可以试试 conda install python=3
。参见 https://conda.io/docs/py2or3.html or http://chris35wills.github.io/conda_python_version/。