[Twisted-Python] multiple versions of twisted on same machine

Matt Bone thatmattbone at gmail.com
Thu Feb 11 07:55:36 EST 2010


You could try virtualenv:

http://pypi.python.org/pypi/virtualenv

And have one virtual environment with Twisted 9.0 and another with
Twisted 8.2, etc, etc.

--matt

On Thu, Feb 11, 2010 at 6:41 AM, Pet <petshmidt at googlemail.com> wrote:
> Hi,
>
> I'd like to upgrade twisted to the newest version and obviously first
> test if my application works fine with new version. What is the best
> (safest) way to do it?
>
> Thanks for help, Pet
>
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>



More information about the Twisted-Python mailing list