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


Groups > comp.lang.python > #60430 > unrolled thread

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

Started byJurko Gospodnetić <jurko.gospodnetic@pke.hr>
First post2013-11-25 16:40 +0100
Last post2013-11-25 16:40 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  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 16:40 +0100

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

FromJurko Gospodnetić <jurko.gospodnetic@pke.hr>
Date2013-11-25 16:40 +0100
SubjectRe: Parallel Python x.y.A and x.y.B installations on a single Windows machine
Message-ID<mailman.3182.1385394020.18130.python-list@python.org>
   Hi.

On 25.11.2013. 15:15, Albert-Jan Roskam wrote:
>   ====> Are you sure? http://stackoverflow.com/questions/1534210/use-different-python-version-with-virtualenv

   Yup, I'm pretty sure by now (based on reading the docs, not trying it 
out though).

   Virtualenv allows you to set up different environments, each of them 
having a separate Python folder structure and each possibly connected to 
a separate Python interpreter executable. However, it does not solve the 
problem of getting those separate Python interpreter executables 
installed in the first place, which is the problem I was attacking. :-)

   Still playing around with my multiple installations setup here. Will 
let you know how it goes...

   So far, one important thing I noticed is that you need to run all 
your installations 'for the current user only', or otherwise it moves at 
least one DLL file (python24.dll) into a Windows system folder and then 
the next installation deletes it from there, and overwrites it with its 
own. :-( But I can live with that... :-)

   Best regards,
     Jurko Gospodnetić

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web