Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #60420

Re: Parallel Python x.y.A and x.y.B installations on a single Windows machine

From Jurko Gospodnetić <jurko.gospodnetic@pke.hr>
Subject Re: Parallel Python x.y.A and x.y.B installations on a single Windows machine
Date 2013-11-25 14:57 +0100
Organization PKE sistemi d.o.o.
References <l6vg0i$nb$1@ger.gmane.org> <1385385603.70556.YahooMailBasic@web163804.mail.gq1.yahoo.com>
Newsgroups comp.lang.python
Message-ID <mailman.3174.1385387884.18130.python-list@python.org> (permalink)

Show all headers | View raw


   Hi.

On 25.11.2013. 14:20, Albert-Jan Roskam wrote:
> Check out the following packages: virtualenv, virtualenvwrapper, tox
> virtualenv + wrapper make it very easy to switch from one python
> version to another. Stricly speaking you don't need
> virtualenvwrapper, but it makes working with virtualenv a whole lot
> easier.Tox also uses virtualenv. You can configure it to sdist your
> package under different python versions. Also, you can make it run
> nosetests for each python version and/or implementation (pypy and
> jython are supported)

   I'll look into using virtualenv and possibly tox once I get into 
issues with mismatched installed Python package versions, but for now 
I'm dealing with installing different Python interpreter versions and, 
unless I'm overlooking something here, virtualenv does not help with 
that. :-(

   Thanks for the suggestion though, I'm definitely going to read up on 
those packages soon. :-)

   Best regards,
     Jurko Gospodnetić

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Parallel Python x.y.A and x.y.B installations on a single Windows machine Jurko Gospodnetić <jurko.gospodnetic@pke.hr> - 2013-11-25 14:57 +0100

csiph-web