[reportlab-users] Using multiple versions in parallel?
Dirk Holtwick
dirk.holtwick at gmail.com
Wed Dec 17 03:17:15 EST 2008
Hi Dinu,
I use "virtualenv" http://pypi.python.org/pypi/virtualenv/ and I can
highly recommend it! This is such a great tool and makes testing in
different environments as easy as turning the environment on (for Linux
and Mac like this):
$ source bin/activate
and turn it off:
$ deactivate
Try it, it will change your life ;)
Cheers
Dirk
Dinu Gherman schrieb:
> Hi,
>
> I find myself switching between RL versions 2.1 and 2.2 often
> enough that I would like to replace my current method (switch-
> ing symbolic links inside the site-packages directory) with
> something on a higher (more pythonic) level.
>
> AFAIK RL doesn't support using multiple versions in parallel,
> but maybe somebody here has found a trick to to just that?
> And in fact, that would be of interest not only for using RL.
>
> Regards,
>
> Dinu
> _______________________________________________
> reportlab-users mailing list
> reportlab-users at reportlab.com
> http://two.pairlist.net/mailman/listinfo/reportlab-users
More information about the reportlab-users
mailing list