pip: dealing with multiple Python versions?
Posted
by David Wolever
on Stack Overflow
See other posts from Stack Overflow
or by David Wolever
Published on 2010-05-11T16:32:18Z
Indexed on
2010/05/11
16:34 UTC
Read the original article
Hit count: 509
Is there any way to make pip
play well with multiple versions of Python? For example, I want to use pip
to explicitly install things to either my site 2.5 installation or my site 2.6 installation.
For example, with easy_install
, I use easy_install-2.{5,6}
.
And, yes — I know about virtualenv, and no — it's not a solution to this particular problem.
© Stack Overflow or respective owner