how to run easy_install using a particular python version

前端 未结 4 1661
面向向阳花
面向向阳花 2020-12-23 21:44

I have 3 python versions, I want to easy_install Orange using the second version. How can I do this?

Unnecessary info:

  1. 2.1 in /usr/bin/python
4条回答
  •  粉色の甜心
    2020-12-23 22:22

    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
    

提交回复
热议问题