Raavi
Raavi

Reputation: 3

How can I uninstall Anaconda2 and install Anaconda3?

Why do I want to do that:

Because, I want to install python3, opencv3, opencv2, and tensorflow0.12. I am trying but can not install python3 in Anaconda2!

And

Upgraded version!

Upvotes: 0

Views: 1718

Answers (1)

Matthias Fripp
Matthias Fripp

Reputation: 18625

You could try conda install python=3. See https://conda.io/docs/py2or3.html or http://chris35wills.github.io/conda_python_version/ .

Upvotes: 1

Related Questions