I have 3 python versions, I want to easy_install Orange using the second version. How can I do this?
Unnecessary info:
Say your python version is 3.5. Then you can use the command easy_install-3.5 followed by the name of the module you are willing to download/install. See documentation here.
easy_install-3.5