Reputation: 4333
I currently have Anaconda python 2.7 and I'm looking to add the Orange GUI. I apologize in advance if this is an amateur question. When I download the installer for Orange 2.7, it says it is going to install python 2.7 and other packages I know I have. I've had problems in the past having two versions of python on my computer, so I would assume I want to avoid this issue and not install another python 2.7.
Is there any way to get the Orange Data Mining GUI and keep the Anaconda version of python? Thanks in advance.
Upvotes: 0
Views: 1869
Reputation: 61
conda install orange
(You must connected to the internet)python -m Orange.OrangeCanvas.main
Good luck... :)Upvotes: 1