I have 3 python versions, I want to easy_install Orange using the second version. How can I do this?
Unnecessary info:
Just so the answer is easy to find:
Using "Python-version" with the m-parameter and easy_install afterwards does the trick.
Example:
python2.7 -m easy_install https://bitbucket.org/james_taylor/bx-python/get/tip.tar.bz2