Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #60430
| 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 16:40 +0100 |
| Organization | PKE sistemi d.o.o. |
| References | <l6vl0g$tvh$1@ger.gmane.org> <1385388935.9304.YahooMailBasic@web163805.mail.gq1.yahoo.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3182.1385394020.18130.python-list@python.org> (permalink) |
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ć
Back to comp.lang.python | Previous | Next | Find similar | Unroll 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 16:40 +0100
csiph-web